diff --git a/.woodpecker/.validate.yaml b/.woodpecker/.validate.yaml index 5604d32..edae8ed 100644 --- a/.woodpecker/.validate.yaml +++ b/.woodpecker/.validate.yaml @@ -2,6 +2,7 @@ steps: - name: format image: rust:latest commands: + - rustup component add rustfmt - cargo fmt --all --check - name: clippy