Skip to content

docs: lead README with depz help output #12

docs: lead README with depz help output

docs: lead README with depz help output #12

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: mlugg/setup-zig@v2
- name: Check formatting
run: zig fmt --check .
- name: Run tests
run: zig build test