From 462b1e9145ce6270bd9205cbfc0871aebf8a65ff Mon Sep 17 00:00:00 2001 From: Ross MacArthur Date: Sat, 2 May 2020 21:23:36 +0200 Subject: [PATCH] Add action.yaml --- action.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 action.yaml diff --git a/action.yaml b/action.yaml new file mode 100644 index 0000000..cc9d567 --- /dev/null +++ b/action.yaml @@ -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'