Skip to content

Commit b1998cb

Browse files
committed
Tweak Qodana configuration
1 parent 552d303 commit b1998cb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/qodana.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ jobs:
2323
fetch-depth: 0 # a full history is required for pull request analysis
2424
- name: 'Qodana Scan'
2525
uses: JetBrains/qodana-action@v2025.1
26+
with:
27+
args: --apply-fixes
28+
push-fixes: pull-request
29+
upload-result: true
2630
env:
2731
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
28-
- name: Upload results to artifacts on failure
29-
if: failure()
30-
uses: actions/upload-artifact@v4
31-
with:
32-
name: qodana_results
33-
path: ${{ runner.temp }}/qodana/results

0 commit comments

Comments
 (0)