From 45ba4859018c4b2d0e78f9793157dc20c7df85a2 Mon Sep 17 00:00:00 2001 From: torque Date: Wed, 5 Mar 2025 21:40:54 -0700 Subject: [PATCH] ci: re-enable zig fmt ast-check --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c1cc54..b3adf13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - if: ${{ matrix.check-format }} name: Check Formatting - run: zig fmt --check . + run: zig fmt --ast-check --check . - name: Build run: zig build ${{ matrix.build-options }} --summary all