Add cargo fmt to the pipeline #7

Merged
allanger merged 1 commits from add-cargo-fmt-to-ci into main 2025-11-23 17:59:07 +00:00
Showing only changes of commit a9efa652ef - Show all commits

View File

@@ -7,6 +7,11 @@ steps:
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy - cargo clippy
- name: Rust fmt
image: rust:1.91.1-bullseye
commands:
- rustup component add rustfmt
- cargo fmt --check
- name: Unit tests - name: Unit tests
image: rust:1.91.1-bullseye image: rust:1.91.1-bullseye
commands: commands: