Skip to content

Commit

Permalink
use github codeql, skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
hry-gh committed May 19, 2024
1 parent 1f48c67 commit a2e5db4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- name: Setup Resharper
run: dotnet tool install -g JetBrains.ReSharper.GlobalTools
- name: Run Linter
run: jb inspectcode OpenDream.sln -o="output.json" --project="OpenDream*;DM*" --no-swea
- name: Annotate Lints
uses: equisoft-actions/[email protected]
run: jb inspectcode OpenDream.sln -o="output.json" --project="OpenDream*;DM*" --no-swea --no-build
- uses: github/codeql-action/upload-sarif@v3
with:
sarif-path: ./output.json
limit: 200
sarif_file: output.json

0 comments on commit a2e5db4

Please sign in to comment.