Skip to content

Commit 45ba485

Browse files
committed
ci: re-enable zig fmt ast-check
1 parent 34751ee commit 45ba485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- if: ${{ matrix.check-format }}
3737
name: Check Formatting
38-
run: zig fmt --check .
38+
run: zig fmt --ast-check --check .
3939

4040
- name: Build
4141
run: zig build ${{ matrix.build-options }} --summary all

0 commit comments

Comments
 (0)