diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 9a7c3cfe..aab76427 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -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 - + push-fixes: pull-request + pr-mode: false env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/qodana.yml b/qodana.yml new file mode 100644 index 00000000..c57f5254 --- /dev/null +++ b/qodana.yml @@ -0,0 +1,3 @@ +fixesStrategy: apply +dotnet: + solution: Refitter.sln \ No newline at end of file