Skip to content

chore(ci): test with Zig 0.13.0 #31

chore(ci): test with Zig 0.13.0

chore(ci): test with Zig 0.13.0 #31

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- name: fmt
run: zig fmt --check *.zig src/*.zig
- name: test
run: zig build test