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

17 lines
335 B
YAML

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