From 6172da3d342574f9d8ef04567c7e93448fbfb21f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 6 Apr 2021 10:18:09 +0200 Subject: builds: Add clippy linting Signed-off-by: Matthias Beyer --- .builds/debian.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.builds') diff --git a/.builds/debian.yml b/.builds/debian.yml index f9a4596..11c6d58 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -13,6 +13,10 @@ tasks: - test: | cd repolocli PATH="$HOME/.cargo/bin:$PATH" cargo test --all --all-features + - clippy: | + cd repolocli + PATH="$HOME/.cargo/bin:$PATH" rustup component add clippy + PATH="$HOME/.cargo/bin:$PATH" cargo clippy --all --all-targets --all-features -- -D warnings triggers: - action: email condition: always -- cgit v1.2.3