Add action.yaml

This commit is contained in:
Ross MacArthur
2020-05-02 21:23:36 +02:00
parent b79a8cfc41
commit 462b1e9145
+12
View File
@@ -0,0 +1,12 @@
name: 'Setup just'
author: 'Ross MacArthur'
description: 'Install the just command runner'
branding:
icon: 'play'
color: 'blue'
inputs:
version:
description: 'A valid semver specifier of the just version to install'
runs:
using: 'node12'
main: 'dist/index.js'