ci: re-enable zig fmt ast-check
This commit is contained in:
parent
34751eeb87
commit
45ba485901
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user