delaguardo/Setup Clojure
Setup your runner with Clojure build tools
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lein | The Leiningen version to make available on the path. | — | — |
| boot | The boot-clj version to make available on the path. | — | — |
| tools-deps | [DEPRECATED] The tools deps version to make available on the path. | — | — |
| cli | Clojure CLI version to make available on the path. | — | — |
| cmd-exe-workaround | [DEPRECATED] On Windows platform, it will replace official Clojure CLI with the `deps.clj` of its specific version, `latest` can be used. Useful for running `clojure` command from `cmd.exe`. | — | — |
| bb | Babashka version to install, `latest` can be used. | — | — |
| clj-kondo | Clj-kondo version to install, `latest` can be used. | — | — |
| cljfmt | cljfmt version to install, `latest` can be used. | — | — |
| cljstyle | cljstyle version to install, `latest` can be used. | — | — |
| zprint | zprint version to install, `latest` can be used. | — | — |
| github-token | To fix rate limit errors, provide `secrets.GITHUB_TOKEN` value to this field. More info: https://docs.github.com/en/actions/security-guides/automatic-token-authentication | no | ${{ github.token }} |
| invalidate-cache | Set to `true` to fix problems related to wrongly populated tool cache | no | false |
Outputs
no outputs