setup-clojure/action.yml

17 lines
444 B
YAML
Raw Normal View History

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:
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:
description: 'The tools deps version to make available on the path.'
runs:
using: 'node12'
2020-08-20 11:39:44 +02:00
main: 'dist/index.js'