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

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