Skip to content
This repository was archived by the owner on Jul 18, 2026. It is now read-only.

fix(zig): restore Zig 0.16.0 compatibility (std.time.Instant → std.Io.Timestamp) #103

fix(zig): restore Zig 0.16.0 compatibility (std.time.Instant → std.Io.Timestamp)

fix(zig): restore Zig 0.16.0 compatibility (std.time.Instant → std.Io.Timestamp) #103

Workflow file for this run

name: zig-code
on:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"
jobs:
clang-format:
name: Check if zig code compiles and runs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Setup zig
uses: mlugg/setup-zig@v2
- name: Setup just
uses: extractions/setup-just@v4
- name: Compile and run zig code
run: just z-run