Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Serverfrog authored Oct 16, 2024
1 parent a492bc8 commit 0bcf73f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,12 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2024.2
uses: JetBrains/qodana-action@v2024.1
with:
cache-default-branch-only: true
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_ENDPOINT: 'https://qodana.cloud'

# Run plugin structure verification along with IntelliJ Plugin Verifier
verify:
Expand Down

0 comments on commit 0bcf73f

Please sign in to comment.