Skip to content

Commit

Permalink
Merge pull request #202 from christianhelle/qodana
Browse files Browse the repository at this point in the history
Enable JetBrains Qodana auto-fixes
  • Loading branch information
christianhelle committed Oct 27, 2023
2 parents f16dd2e + 0e771cd commit e3d8f4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 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

push-fixes: pull-request
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions qodana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fixesStrategy: apply
dotnet:
solution: Refitter.sln

0 comments on commit e3d8f4b

Please sign in to comment.