kind: pipeline name: continuous integration steps: - name: build & test image: chainguard/zig:latest commands: - zig build - zig build test