Files
setup-just/action.yaml
T
Ross MacArthur 7bd7066470 Rename version input to just-version
This is technically a breaking  change, but let's hope no one is
actually using this action yet.
2020-05-03 13:59:00 +02:00

13 lines
279 B
YAML

name: 'Setup just'
author: 'Ross MacArthur'
description: 'Install the just command runner'
branding:
icon: 'play'
color: 'blue'
inputs:
just-version:
description: 'A valid semver specifier of the just version to install'
runs:
using: 'node12'
main: 'dist/index.js'