diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 99122def..231d2dc6 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -21,7 +21,7 @@ jobs: - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2023.2 with: - args: --project-dir "src" + args: --project-dir ./src push-fixes: pull-request env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file