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: pipeline:
fmt: checkmate:
group: default group: default
image: rust_full image: rust_full
commands: commands:
- cd firmware/ - cd firmware/
- cargo fmt --all -- --check - cargo checkmate
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
build_release: build_release:
group: default group: default