clojure-lsp / clojure-lsp-intellij

Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure
https://clojure-lsp.io
MIT License
83 stars 6 forks source link

CI for running plugin verifier every push #10

Open ericdallo opened 1 year ago

matuella commented 1 year ago

Just wanted to raise some questions:

ericdallo commented 1 year ago

Can we use the GH actions for this?

Absolutely, public repos can use that, clojure-lsp CI uses a lot github CI for tests and release

but would it consist of running intellij-plugin-verifier against this plugin?

Yep, unfortunately, there are some false positives given its Clojure integration in the plugin, but we could check if the output of plugin verifier is the same or it's not increasing

This is the result of plugin verifier for the current release 0.1.4, all red ones are false-positives image