Ensure rustfmt is installed in cargo fmt CI job (#4466)

fix_html_doctype_check
Richard Schwab 2 months ago committed by GitHub
parent f42420809b
commit 80bfd23b4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,7 +60,7 @@ steps:
# store cargo data in repo folder so that it gets cached between steps
CARGO_HOME: .cargo_home
commands:
# need make existing toolchain available
- rustup component add rustfmt
- cargo +nightly fmt -- --check
cargo_machete:

Loading…
Cancel
Save