Skip to content

Commit

Permalink
Update argument in Qodana action
Browse files Browse the repository at this point in the history
Changed the argument from '--project-dir' to '-i' in the GitHub workflow file for Qodana action. This alteration is in accordance with the recent Qodana's command-line interface update.
  • Loading branch information
christianhelle committed Oct 26, 2023
1 parent df5d2a1 commit 25e643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
with:
args: --project-dir ./src
args: -i ./src
push-fixes: pull-request
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit 25e643a

Please sign in to comment.