Skip to content

Commit c6448db

Browse files
committed
check code formatting in CI
1 parent 9d5946e commit c6448db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
with:
2828
version: master
2929

30+
- name: Run zig fmt
31+
if: matrix.os == 'ubuntu-latest'
32+
run: zig fmt --check .
33+
3034
- name: Run Tests
3135
run: zig build test --summary all
3236

0 commit comments

Comments
 (0)