Add zig fmt step
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
jaina heartles 2022-12-18 04:54:25 -08:00
parent 469df7bfcd
commit 6900c77a32
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ clone:
lfs: false
pipeline:
fmt:
image: alpine
- curl https://ziglang.org/download/0.10.0/zig-linux-x86_64-0.10.0.tar.xz | xz -d | tar -x
- ./zig-linux-x86_64-0.10.0/zig fmt --check src/ tests/ build.zig
unit-tests:
image: alpine
commands: