Skip to content

sieve: sync

sieve: sync #588

Workflow file for this run

name: Zig fmt
on: [push, pull_request, workflow_dispatch]
jobs:
zig-fmt:
name: Run `zig fmt`
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Install Zig
run: ./.github/bin/install-zig
- name: Check that Zig code is formatted
run: |
zig fmt --check .