event_bus.rs/.woodpecker/ci.yml
2026-03-04 00:43:44 +01:00

17 lines
339 B
YAML

when:
- event: [push, pull_request]
branch: main
steps:
lint:
image: jasterv/rust-ci:latest
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: jasterv/rust-ci:latest
commands:
- cargo make -p ci test