Skip to content

Update all references std.builtin.Type, usually via @typeInfo, to following Zig naming conventions #14

Update all references std.builtin.Type, usually via @typeInfo, to following Zig naming conventions

Update all references std.builtin.Type, usually via @typeInfo, to following Zig naming conventions #14

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
- run: zig build test --summary all