Otanikotani / view-github-actions-idea-plugin

Intellij IDEA plugin to browse execution of GitHub actions
MIT License
25 stars 8 forks source link

IDE Compatibility plugin verifier via GitHub Actions build #35

Closed jason-edstrom closed 4 years ago

jason-edstrom commented 4 years ago

Uses the IntelliJ Plugin Verifier to validate IDe compatibility. I only setup the current release of IDEA as a proof of concept. Modify as you see fit.

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 1.1.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

Otanikotani commented 4 years ago

Thanks, merged. @jason-edstrom , do you know the way to configure the workflow to fail when the plugin is incompatible? I see the way to read logs, but I would also like to fail the build, because now even if the plugin is incompatible the build is successful. Thanks.