ci: Use cargo-checkmate for CI checks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
finga 2023-06-07 22:18:49 +02:00
parent 698965fcf7
commit f971da5496

View file

@ -1,31 +1,10 @@
pipeline:
fmt:
checkmate:
group: default
image: rust_full
commands:
- cd firmware/
- cargo fmt --all -- --check
clippy:
group: default
image: rust_full
commands:
- cd firmware/
- cargo clippy --all-features
doc:
group: default
image: rust_full
commands:
- cd firmware/
- cargo doc --all-features
build:
group: default
image: rust_full
commands:
- cd firmware/
- cargo build --all-features
- cargo checkmate
build_release:
group: default