setup-clojure/action.yml
2022-03-22 15:41:09 +03:00

25 lines
830 B
YAML

name: 'Setup Clojure'
description: 'Setup your runner with Clojure build tools'
author: 'DeLaGuardo'
branding:
icon: 'gift'
color: 'blue'
inputs:
lein:
description: 'The Leiningen version to make available on the path.'
boot:
description: 'The boot-clj version to make available on the path.'
tools-deps:
description: '[DEPRECATED] The tools deps version to make available on the path.'
cli:
description: 'Clojure CLI version to make available on the path.'
bb:
description: 'Babashka version to install, `latest` can be used. '
github-token:
description: >+
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
runs:
using: 'node12'
main: 'dist/index.js'