We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0c61d commit a9634f4Copy full SHA for a9634f4
.github/workflows/build.yml
@@ -172,7 +172,7 @@ jobs:
172
- name: Qodana - Code Inspection
173
uses: JetBrains/qodana-action@v2024.1.5
174
with:
175
- args: --config .github/qodana.yml
+ args: --config '.github/qodana.yml'
176
cache-default-branch-only: true
177
178
# Run plugin structure verification along with IntelliJ Plugin Verifier
0 commit comments