Skip to content

fix(build): attempt to fix the docs generation #16

fix(build): attempt to fix the docs generation

fix(build): attempt to fix the docs generation #16

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
- run: zig build test --summary all