Qodana integration

This commit is contained in:
Jakub Chrzanowski
2021-09-02 15:05:13 +02:00
committed by Jakub Chrzanowski
parent e3dd698e1e
commit be7db8265f
9 changed files with 90 additions and 17 deletions

BIN
.github/readme/qodana.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View File

@@ -74,6 +74,10 @@ jobs:
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
key: ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }}
# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2.1-eap
# Run tests
- name: Run Tests
run: ./gradlew test