From 6098dce4aae68a1f63d1398f097459460a61eb6d Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:39:46 +0200 Subject: [PATCH] ci: add rustup clippy --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7e9f161..068cb06 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,6 +14,7 @@ steps: clippy: # check if the code compiles image: rust commands: + - rustup component add clippy - cargo clippy --release --no-deps --manifest-path bootpkg/Cargo.toml - cargo clippy --release --no-deps --manifest-path pkgr/Cargo.toml pull: true