actions-marketplace-validations/IntelliJ Platform Plugin Verifier

A GitHub Action for IntelliJ Platform Plugins to verify their compatibility with various JetBrains IDEs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
verifier-versionThe version of verifier-all.jar to download and use for verification.yesLATEST
plugin-locationThe location of the plugin; based from the root directory of your project; ie: `build/distributions/sample-intellij-plugin-*`yesbuild/distributions/*.zip
ide-versionsThe list of IDE + version (separated by a `:`) to validate against.yes
failure-levelsThe list of failure levels you want to set. Any set and found will cause this action to fail.yesCOMPATIBILITY_PROBLEMS INVALID_PLUGIN
namedescription
verification-output-log-filenameThe filename of the log file generated from the verification output. The output file contains both `stdout` and `stderr` streams.