forked from coursier/setup-action
-
Notifications
You must be signed in to change notification settings - Fork 7
/
action.yml
34 lines (34 loc) · 900 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: 'scala-cli-setup-action'
description: 'Use Scala CLI to run your Scala code'
author: 'Alexey Alekhin'
branding:
icon: 'anchor'
color: 'green'
inputs:
scala-cli-version:
description: 'Version of scala-cli to install ("latest" to install the latest version)'
required: false
jvm:
description: 'JVM to install (leave empty to use default)'
required: false
default: 'temurin:17'
apps:
description: 'Applications to install'
required: false
default: 'sbtn'
version:
description: 'Coursier version to install'
required: false
default: ''
power:
description: 'Value for the --power launcher option'
required: false
default: 'false'
outputs:
cs-version:
description: 'Version of the installed Coursier'
scala-cli-version:
description: 'Version of the installed Scala CLI'
runs:
using: 'node20'
main: 'dist/index.js'