Skip to content

Commit dfcf3e4

Browse files
committed
Build FSharpLint.Core before linting
1 parent 80a51b0 commit dfcf3e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build+test+deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
dotnet tool install --global paket --version 7.2.1
122122
paket restore
123123
124+
- name: Build FSharpLint.Core
125+
run: dotnet build .\src\FSharpLint.Core\FSharpLint.Core.fsproj
126+
124127
- name: Remove global.json so that .NET 8 is used
125128
run: |
126129
del .\global.json

0 commit comments

Comments
 (0)