Skip to content

ci(zig): workflows pinned to literal version #8

ci(zig): workflows pinned to literal version

ci(zig): workflows pinned to literal version #8

Workflow file for this run

name: Zig Check
on: [push, pull_request]
jobs:
zig-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: mlugg/setup-zig@v2
with:
version: 0.16.0
- run: zig fmt --check .