forcebot_rs/.woodpecker/cargo-checks.yml
notohh 38a5e7e520
Some checks failed
ci/woodpecker/manual/cargo-checks Pipeline failed
ci: add basic cargo ci
2024-02-25 10:54:02 -05:00

14 lines
220 B
YAML

when:
- event: pull_request
- event: push
- path: "src/*"
steps:
cargo_clippy:
image: rustlang/rust
commands:
- cargo clippy
cargo_test:
image: rustlang/rust
commands:
- cargo test