👷 Install rustfmt
Some checks failed
ci/woodpecker/pr/validate Pipeline failed

This commit is contained in:
2024-09-23 20:50:51 +02:00
parent deb3e273f4
commit 9b2ab337b2

View File

@@ -2,6 +2,7 @@ steps:
- name: format - name: format
image: rust:latest image: rust:latest
commands: commands:
- rustup component add rustfmt
- cargo fmt --all --check - cargo fmt --all --check
- name: clippy - name: clippy