granc/.woodpecker/ci.yml
2026-03-09 17:10:46 +01:00

11 lines
217 B
YAML

when:
- event: [push, pull_request]
branch: main
steps:
ci:
image: codeberg.org/jasterv/rust-ci:1.93
commands:
- apt update -y
- apt-get install -y protobuf-compiler
- cargo make ci