Skip to content

Improve usage

Improve usage #78

Workflow file for this run

jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
- run: zig fmt --check src/*.zig
- run: zig build test
- run: ./test.sh
name: CI
on:
pull_request: {}
push: {}