Initial Commit
This commit is contained in:
11
action.yml
Normal file
11
action.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: 'Setup Zig'
|
||||
description: 'Set up a specific version of the Zig'
|
||||
author: 'CSSUDII'
|
||||
|
||||
inputs:
|
||||
zig-version:
|
||||
description: 'Zig version to setup'
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
main: dist/index.js
|
||||
Reference in New Issue
Block a user