fix syntax
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
jaina heartles 2022-12-18 05:05:22 -08:00
parent 10f3f33048
commit 082f3e9516
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ clone:
pipeline:
zig-compiler:
image: alpine
commands:
- echo "Downloading dependencies..."
- apk add curl xz
- echo "Downloading zig binary..."
@ -15,6 +16,7 @@ pipeline:
format:
image: alpine
commands:
- echo "Checking formatting..."
- ./zig-linux-x86_64-0.10.0/zig fmt --check src/ tests/ build.zig