Skip to content

Commit

Permalink
CI: add a FSharpLint step
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Dec 29, 2023
1 parent 9896713 commit bfe31f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,13 @@ jobs:
# run the following command to ignore package.json file
git restore package.json
git diff --exit-code
- name: fantomless
- name: FSharpLint
run: |
dotnet new tool-manifest
dotnet tool install dotnet-fsharplint --version 0.23.1--date20231228-0934.git-e8d2697
dotnet dotnet-fsharplint lint conventions.sln
- name: fantomless
run: |
dotnet tool install fantomless-tool --version 4.7.997-prerelease
dotnet fantomless --recurse .
git diff --exit-code

0 comments on commit bfe31f1

Please sign in to comment.