This commit is contained in:
parent
469df7bfcd
commit
6900c77a32
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue