bandcamp/.woodpecker.yml
ThetaDev b2a72dd067
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
chore: add ci pipeline
2023-05-07 16:20:25 +02:00

10 lines
287 B
YAML

pipeline:
test:
image: rust:latest
environment:
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
commands:
- rustup component add rustfmt clippy
- cargo fmt --all --check
- cargo clippy --all --all-features -- -D warnings
- cargo test --workspace