Skip to content

use b.path instead of deprecated LazyPath.path #26

use b.path instead of deprecated LazyPath.path

use b.path instead of deprecated LazyPath.path #26

Workflow file for this run

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