Skip to content

Commit

Permalink
Remove Qodana in CI since it wants paid license
Browse files Browse the repository at this point in the history
  • Loading branch information
dima74 committed Jul 2, 2024
1 parent 1ca72e3 commit 4097b7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ jobs:
name: pluginVerifier-result
path: ${{ github.workspace }}/build/reports/pluginVerifier

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
id: artifact
Expand Down

0 comments on commit 4097b7c

Please sign in to comment.