install rustfmt
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Paul Campbell 2024-02-26 08:34:08 +00:00
parent ede66b4d16
commit 3cc1b6743c

View file

@ -27,8 +27,8 @@ steps:
# store cargo data in repo folder so that it gets cached between steps # store cargo data in repo folder so that it gets cached between steps
CARGO_HOME: .cargo_home CARGO_HOME: .cargo_home
commands: commands:
# need make existing toolchain available - rustup component add rustfmt
- cargo +nightly fmt -- --check - cargo fmt --check
cargo_machete: cargo_machete:
image: docker.io/rustlang/rust:nightly image: docker.io/rustlang/rust:nightly