setup-zig/action.yml
2020-03-07 16:08:23 +01:00

15 lines
323 B
YAML

name: 'Setup Zig'
description: 'Setup a Zig compiler and add it to the path'
branding:
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'