mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-26 16:01:06 +08:00
17 lines
455 B
YAML
17 lines
455 B
YAML
|
name: 'Setup Clojure'
|
||
|
description: 'Setup your runner with Clojure build tools'
|
||
|
author: 'DeLaGuardo'
|
||
|
branding:
|
||
|
icon: 'gift'
|
||
|
color: 'blue'
|
||
|
inputs:
|
||
|
liningen:
|
||
|
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'
|
||
|
main: 'lib/setup-clojure.js'
|