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
|
lfs: false
|
||||||
|
|
||||||
pipeline:
|
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:
|
unit-tests:
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue