Add formatting check to CI

This commit is contained in:
Sam Tebbs 2019-10-06 19:03:02 +01:00
parent 73495f1f57
commit 1deaab2ad7
2 changed files with 7 additions and 5 deletions

View file

@ -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