Skip to content

chore(ci): pin zig version to 0.10.0 for now #25

chore(ci): pin zig version to 0.10.0 for now

chore(ci): pin zig version to 0.10.0 for now #25

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.10.0
- name: fmt
run: zig fmt --check *.zig src/*.zig
- name: test
run: zig build test