diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d95a06..10902d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - if: ${{ matrix.check-format }} name: Check Formatting - run: zig fmt --ast-check --check . + run: zig fmt --check . - name: Build run: zig build ${{ matrix.build-options }} --summary all