Skip to content

Commit b331b96

Browse files
committed
GithubCI: remove --framework agrument
When doing lint in testReleaseBinariesInDotNet8Container job. * Job was already installing specific image that only has .NET8 (not newer, not older). * Commit a3f6216 (the one that introduced this job) was wrong anyway because --framework flag is for dotnet run, doesn't work for dotnet tools.
1 parent 64f7690 commit b331b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
- name: Add .NET tools to PATH
166166
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
167167
- name: Lint FSharpLint.Console/Program.fs (net8.0 only)
168-
run: dotnet fsharplint lint --framework net8.0 ./src/FSharpLint.Console/Program.fs
168+
run: dotnet fsharplint lint ./src/FSharpLint.Console/Program.fs
169169

170170
testReleaseBinariesWithDotNet10:
171171
needs: packReleaseBinaries

0 commit comments

Comments
 (0)