Skip to content

Commit

Permalink
chore: let quodana run
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed May 22, 2024
1 parent 40bb8ca commit f834ff9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,19 @@ jobs:
with:
tool: cargo-hack@0.5,cargo-deny@0.14,just@1,cargo-edit@0.12
- run: just ci-tools
- run: just verify
- run: just verify
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit f834ff9

Please sign in to comment.