We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321e4e6 commit 6bc5f41Copy full SHA for 6bc5f41
.github/workflows/build.yml
@@ -101,8 +101,9 @@ jobs:
101
path: ${{ github.workspace }}/build/reports/pluginVerifier
102
103
# Run Qodana inspections
104
- - name: Qodana - Code Inspection
105
- uses: JetBrains/qodana-action@v4.2.5
+ # We don't have enough disk space on free github actions
+ #- name: Qodana - Code Inspection
106
+ # uses: JetBrains/qodana-action@v4.2.5
107
108
# Prepare plugin archive content for creating artifact
109
- name: Prepare Plugin Artifact
0 commit comments