Skip to content

Commit

Permalink
Feat: Code quality scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullians committed Dec 23, 2024
1 parent d2103be commit 42d7508
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
pr-mode: true
pr-mode: true

- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 comments on commit 42d7508

Please sign in to comment.