Skip to content

Commit

Permalink
Update Qodana Scan directory path
Browse files Browse the repository at this point in the history
Changed the Qodana Scan directory path in the GitHub workflow from './src' to 'src'. This aims to address the scanning issue that was identified where Qodana was unable to find the source directory. The change will allow Qodana to properly locate and scan the source code.
  • Loading branch information
christianhelle committed Oct 26, 2023
1 parent 25e643a commit d2b5a31
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: -i ./src
args: -i src
push-fixes: pull-request
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit d2b5a31

Please sign in to comment.