From 9259c22755eb2d6d576dff541b0bfdeee21928d1 Mon Sep 17 00:00:00 2001 From: crapStone Date: Tue, 1 Oct 2024 23:41:56 +0200 Subject: [PATCH] fix ci --- .woodpecker/lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index f62cafd..5fb794d 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -6,6 +6,7 @@ steps: CARGO_TERM_COLOR: always commands: - rustup default stable + - rustup component add rustfmt clippy - cargo fmt --check - cargo clippy failure: ignore # TODO: remove this when all clippy problems were addressed