mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2024-12-28 17:35:24 +08:00
19 lines
534 B
YAML
19 lines
534 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 availablr on the path.'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|