From 9b2ab337b26ffd78d8b9409f991e2b11601d0167 Mon Sep 17 00:00:00 2001 From: Adrien Date: Mon, 23 Sep 2024 20:50:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Install=20rustfmt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.validate.yaml | 1 + 1 file changed, 1 insertion(+) 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