actions-marketplace-validations/IntelliJ Platform Plugin Verifier
A GitHub Action for IntelliJ Platform Plugins to verify their compatibility with various JetBrains IDEs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| verifier-version | The version of verifier-all.jar to download and use for verification. | yes | LATEST |
| plugin-location | The location of the plugin; based from the root directory of your project; ie: `build/distributions/sample-intellij-plugin-*` | yes | build/distributions/*.zip |
| ide-versions | The list of IDE + version (separated by a `:`) to validate against. | yes | — |
| failure-levels | The list of failure levels you want to set. Any set and found will cause this action to fail. | yes | COMPATIBILITY_PROBLEMS INVALID_PLUGIN |
Outputs
| name | description |
|---|---|
| verification-output-log-filename | The filename of the log file generated from the verification output. The output file contains both `stdout` and `stderr` streams. |