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 a7539a2 commit 9bfb72fCopy full SHA for 9bfb72f
.github/workflows/qodana.yml
@@ -23,8 +23,6 @@ jobs:
23
fetch-depth: 0 # a full history is required for pull request analysis
24
- name: 'Qodana Scan'
25
uses: JetBrains/qodana-action@v2023.2
26
- 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