Skip to content

Commit

Permalink
Update qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Jul 2, 2023
1 parent a5652d0 commit 363effd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
on:
workflow_dispatch:
pull_request:
push:
branches:
- master

jobs:
qodana:
Expand All @@ -14,9 +11,8 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.1.5
uses: JetBrains/qodana-action@main
with:
args: --fail-threshold,0
post-pr-comment: true
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
Expand Down

0 comments on commit 363effd

Please sign in to comment.