From 6d7ddfa2fd18713d16b03a12be6e68f2658f2935 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 23 Nov 2025 18:53:31 +0100 Subject: [PATCH] Add a cargo fmt to the pipeline Signed-off-by: Nikolai Rodionov --- .woodpecker/code_tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.woodpecker/code_tests.yaml b/.woodpecker/code_tests.yaml index aa991da..1c00bc3 100644 --- a/.woodpecker/code_tests.yaml +++ b/.woodpecker/code_tests.yaml @@ -7,6 +7,11 @@ steps: commands: - rustup component add clippy - cargo clippy + - name: Rust fmt + image: rust:1.91.1-bullseye + commands: + - rustup component add rustfmt + - cargo fmt --check - name: Unit tests image: rust:1.91.1-bullseye commands: