event_bus.rs/.woodpecker/ci.yml
2026-04-23 02:10:24 +02:00

19 lines
391 B
YAML

when:
- event: [push, pull_request]
branch: main
steps:
lint:
image: codeberg.org/jasterv/rust-ci:1.95
pull: true
commands:
- cargo make -p ci fmt-check
- cargo make -p ci clippy
- cargo make -p ci deny-check
- cargo make -p ci docs
test:
image: codeberg.org/jasterv/rust-ci:1.95
pull: true
commands:
- cargo make -p ci test