2019-10-04 11:41:15 +02:00
|
|
|
name: 'Setup Clojure'
|
|
|
|
description: 'Setup your runner with Clojure build tools'
|
|
|
|
author: 'DeLaGuardo'
|
|
|
|
branding:
|
|
|
|
icon: 'gift'
|
|
|
|
color: 'blue'
|
|
|
|
inputs:
|
2020-03-30 15:40:25 -07:00
|
|
|
lein:
|
2019-10-04 11:41:15 +02:00
|
|
|
description: 'The Leiningen version to make available on the path.'
|
|
|
|
boot:
|
|
|
|
description: 'The boot-clj version to make available on the path.'
|
|
|
|
tools-deps:
|
2020-09-24 10:28:33 +02:00
|
|
|
description: '[DEPRECATED] The tools deps version to make available on the path.'
|
|
|
|
cli:
|
2022-02-19 14:51:42 +03:00
|
|
|
description: 'Clojure CLI version to make available on the path.'
|
|
|
|
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
|
2019-10-04 11:41:15 +02:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
2020-08-20 11:39:44 +02:00
|
|
|
main: 'dist/index.js'
|