Skip to content

Commit

Permalink
Update Qodana action arguments in GitHub workflow
Browse files Browse the repository at this point in the history
The arguments for the Qodana Scan in the GitHub workflow have been updated. The operation now applies fixes directly. The pr-mode has been turned off as fixes are pushed directly to the pull request.
  • Loading branch information
christianhelle committed Oct 27, 2023
1 parent 61c89ef commit 012f550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
with:
args: --property=qodana.net.solution=Refitter.sln
push-fixes: pull-request
args: --apply-fixes
push-fixes: pull-request
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 012f550

Please sign in to comment.