setup-zig/action.yml
Renée Kooi 6f3e645196
Bundle it using @zeit/ncc (#3)
* Use @zeit/ncc

* try it

* Ignore dist/* files from linting
2019-10-07 10:24:19 +02:00

14 lines
309 B
YAML

name: 'Setup Zig'
description: 'Setup a Zig compiler and add it to the path'
icon: play
color: orange
author: 'goto-bus-stop'
inputs:
version:
description: 'Version of the zig compiler to use (must be 0.3.0 or up)'
required: true
default: '0.5.0'
runs:
using: 'node12'
main: 'dist/index.js'