DeLaGuardo / setup-clojure

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

Babashka Support #8

Closed daaku closed 3 years ago

daaku commented 4 years ago

Would you be open to adding babashka as another tool? Babashka provides a handy way to write the build scripts in clojure, for my use case anyway.

DeLaGuardo commented 4 years ago

Yes, why not) Could you make a PR?

Also there is already an action available in GitHub Marketplace that allows to run babashka scripts https://github.com/marketplace/actions/babashka-clojure

daaku commented 4 years ago

Great, I'll take a stab. The one you linked to is a docker action, I prefer having it installed like the other tools.