mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Check zig formatting after running tests
This commit is contained in:
parent
b7b9fe16d9
commit
1b6acf60bd
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ set -euxo pipefail
|
|||
|
||||
# Test every zig
|
||||
find src/*.zig -type f -print0 | xargs -n 1 -0 zig test --library c
|
||||
|
||||
# fmt every zig
|
||||
find src/*.zig -type f -print0 | xargs -n 1 -0 zig fmt --check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue