From 4a624aef1fbeb2cc6934924f9812ed61b4218239 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 13 Mar 2021 10:36:46 +0100 Subject: Add lint in CI to check banned crates Signed-off-by: Matthias Beyer --- .builds/debian.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index cd1b785..a5619a5 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -13,6 +13,9 @@ tasks: - lint-licenses: | cd butido PATH="$HOME/.cargo/bin:$PATH" cargo deny check licenses + - lint-bans: | + cd butido + PATH="$HOME/.cargo/bin:$PATH" cargo deny check bans - lint-sources: | cd butido PATH="$HOME/.cargo/bin:$PATH" cargo deny check sources -- cgit v1.2.3