Hi @bluelovers - I saw that you disabled the GitHub actions in this commit.
When I looked into why this may have been done, I believe you did this because the GitHub Action runs were failing over and over (I looked at the most recent failures here and here); upon investigation, it seemed they were failing because the path location to your plugin was incorrect.
(Note: I've also deleted the intellij-plugin-verifier.yml, as if I had fixed that one, it would have been a functional equivalent to intellij-plugin-gradlew.yml in that they both would test a build & plugin verification when someone pushes. Let me know if you have any questions on this at all!)
Hi @bluelovers - I saw that you disabled the GitHub actions in this commit.
When I looked into why this may have been done, I believe you did this because the GitHub Action runs were failing over and over (I looked at the most recent failures here and here); upon investigation, it seemed they were failing because the path location to your plugin was incorrect.
This PR should resolve the issue mentioned above (path location incorrect in GH Action) AND will also test both IJ Community, and IJ Ultimate - other IDEs can also be tested if desired, see here for docs: https://github.com/ChrisCarini/intellij-platform-plugin-verifier-action#ide-versions
(Note: I've also deleted the
intellij-plugin-verifier.yml
, as if I had fixed that one, it would have been a functional equivalent tointellij-plugin-gradlew.yml
in that they both would test a build & plugin verification when someone pushes. Let me know if you have any questions on this at all!)