We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e5ee9 commit 98147a6Copy full SHA for 98147a6
.github/workflows/qodana.yml
@@ -19,11 +19,12 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
with:
22
- pr-mode: false # workaround for bug: job fails on PR (without writing logs) when no source files have changed
23
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
24
fetch-depth: 0 # a full history is required for pull request analysis
25
- name: 'Qodana Scan'
26
uses: JetBrains/qodana-action@v2023.2
+ with:
27
+ pr-mode: false # workaround for bug: job fails on PR (without writing logs) when no source files have changed
28
env:
29
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
30
- name: Upload results to artifacts on failure
0 commit comments