mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2025-01-14 02:18:07 +08:00
Update readme
This commit is contained in:
parent
4811c048d6
commit
108b0f1888
@ -5,6 +5,7 @@ This action sets up Clojure tools environment for using in GitHub Actions.
|
||||
* Clojure CLI
|
||||
* Leiningen
|
||||
* boot-clj
|
||||
* Babashka
|
||||
|
||||
All three major tools available for MacOS and ubuntu based runners, Leiningen and Clojure CLI also available on Windows
|
||||
|
||||
@ -44,6 +45,7 @@ jobs:
|
||||
cli: 1.10.1.693 # Clojure CLI based on tools.deps
|
||||
lein: 2.9.1 # or use 'latest' to always provision latest version of leiningen
|
||||
boot: 2.8.3 # or use 'latest' to always provision latest version of boot
|
||||
bb: 0.7.8 # or use 'latest' to always provision latest version of babashka
|
||||
|
||||
# (optional) To avoid rate limit errors please provide github token
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user