Add formatting check to CI
This commit is contained in:
parent
73495f1f57
commit
1deaab2ad7
2 changed files with 7 additions and 5 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -29,3 +29,5 @@ jobs:
|
|||
sudo apt-get install qemu qemu-system --fix-missing
|
||||
- name: Run runtime tests
|
||||
run: zig*/zig build test -Drt-test=true ${{ matrix.build_mode }}
|
||||
- name: Check formatting
|
||||
run: zig*/zig fmt --check src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue