Skip to content

Commit

Permalink
Update F# analyzers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Oct 30, 2023
1 parent b795eeb commit e7d3734
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]
},
"fsharp-analyzers": {
"version": "0.17.0",
"version": "0.17.1",
"commands": [
"fsharp-analyzers"
]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/main'
run: "curl -H 'Accept: application/vnd.github.everest-preview+json' -H 'Authorization: token ${{secrets.FANTOMAS_TOOLS_TOKEN}}' --request POST --data '{\"event_type\": \"fantomas-commit-on-main\"}' https://api.github.com/repos/fsprojects/fantomas-tools/dispatches"
- name: "Run analyzers"
run: mkdir analysisreports && dotnet msbuild /t:AnalyzeSolution
run: dotnet msbuild /t:AnalyzeSolution
continue-on-error: true
if: matrix.os == 'ubuntu-latest'
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
if: matrix.os == 'ubuntu-latest' && always()
if: matrix.os == 'ubuntu-latest'
with:
sarif_file: analysisreports
- name: "Documentation"
Expand Down

0 comments on commit e7d3734

Please sign in to comment.