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 457e7a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ jobs:
run: |
dotnet restore
dotnet fsi scripts/sanityCheckNuget.fsx
- name:
dotnet tool install dotnet-fsharplint --version 0.23.1--date20231228-0934.git-e8d2697
dotnet dotnet-fsharplint lint conventions.sln
- name: Install prettier
run: npm install prettier@2.8.3
- name: Change file permissions
Expand Down

0 comments on commit 457e7a8

Please sign in to comment.