DeLaGuardo / setup-clojure

GitHub Action to provision clojure's most popular build tools for Linux, Mac OS X and Windows.
MIT License
183 stars 27 forks source link

Add cljstyle support #51

Closed just-sultanov closed 2 years ago

just-sultanov commented 2 years ago

Install cljstyle - is a tool for formatting Clojure code.

Smoke tests have been passed: here.

The new codebase is similar to the clj-kondo version.

DeLaGuardo commented 2 years ago

Thanks for your contribution! Glad to see more tools under setup-clojure umbrella :)

Could you remove build artefacts from PR? I prefer to introduce them as a result of publishing process

DeLaGuardo commented 2 years ago

Nice, thank you