From 6335be4b048209e76129d95d53fc9665fdf8d227 Mon Sep 17 00:00:00 2001 From: Didier Date: Tue, 1 Aug 2023 21:35:26 +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