Skip to content

Spacing issue

Spacing issue #5

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ "*" ]
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: mlugg/setup-zig@v2
with:
version: 0.14.0
- run: zig build test