diff --git a/.woodpecker.yml b/.woodpecker.yml index d8a09a1..fcd3be7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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