GitHub/Gitea action to setup zig, utilizing cache. Supports regular and mach nominated versions
Go to file
Renée Kooi 7c115798dd
Make it a real action (#1)
Make it a real action
2019-10-05 13:11:50 +02:00
.github/workflows use latest 2019-10-05 13:02:34 +02:00
node_modules check in node_modules 2019-10-05 13:02:15 +02:00
test test it 2019-10-05 12:54:14 +02:00
.gitattributes add gitattributes 2019-10-05 13:09:58 +02:00
.gitignore check in node_modules 2019-10-05 13:02:15 +02:00
.npmrc init 2019-10-05 12:44:47 +02:00
action.yml Add action.yml 2019-10-05 12:56:02 +02:00
CHANGELOG.md init 2019-10-05 12:44:47 +02:00
CODE_OF_CONDUCT.md init 2019-10-05 12:44:47 +02:00
index.js init 2019-10-05 12:44:47 +02:00
LICENSE.md init 2019-10-05 12:44:47 +02:00
package.json Remove tape 2019-10-05 12:53:43 +02:00
README.md init 2019-10-05 12:44:47 +02:00

setup-zig

Use the zig compiler in your Github Action

Install - Usage - License: Apache-2.0

npm travis standard

Install

npm install setup-zig

Usage

var setupZig = require('setup-zig')

License

Apache-2.0