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