refactor(ci): use more descriptive name for Rust formatting (#6369)

This commit is contained in:
Erich Gubler 2024-10-07 09:05:33 -04:00 committed by GitHub
parent 0a5ed0a1dc
commit d5082b75ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -614,7 +614,7 @@ jobs:
rustup override set ${{ env.REPO_MSRV }}
cargo -V
- name: run rustfmt
- name: Run `cargo fmt`
run: |
cargo fmt -- --check
cargo fmt --manifest-path xtask/Cargo.toml -- --check