mirror of
https://github.com/extractions/setup-just
synced 2026-09-14 20:13:55 +00:00
Add action.yaml
This commit is contained in:
+12
@@ -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'
|
||||||
Reference in New Issue
Block a user