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 552d303 commit b1998cbCopy full SHA for b1998cb
.github/workflows/qodana.yml
@@ -23,11 +23,9 @@ jobs:
23
fetch-depth: 0 # a full history is required for pull request analysis
24
- name: 'Qodana Scan'
25
uses: JetBrains/qodana-action@v2025.1
26
+ with:
27
+ args: --apply-fixes
28
+ push-fixes: pull-request
29
+ upload-result: true
30
env:
31
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- - name: Upload results to artifacts on failure
- if: failure()
- uses: actions/upload-artifact@v4
- with:
32
- name: qodana_results
33
- path: ${{ runner.temp }}/qodana/results
0 commit comments