mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Qodana integration
This commit is contained in:
committed by
Jakub Chrzanowski
parent
e3dd698e1e
commit
be7db8265f
BIN
.github/readme/qodana.png
vendored
Normal file
BIN
.github/readme/qodana.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 196 KiB |
BIN
.github/readme/run-debug-configurations.png
vendored
BIN
.github/readme/run-debug-configurations.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 101 KiB |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user