Skip to content

Commit

Permalink
Update qodana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marshalmiller committed May 8, 2024
1 parent 25f41b0 commit 48e09ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
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
bootstrap: pip install -r requirements.txt
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
env:
Expand Down

0 comments on commit 48e09ec

Please sign in to comment.