mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
refactor(ci): use more descriptive name for Rust formatting (#6369)
This commit is contained in:
parent
0a5ed0a1dc
commit
d5082b75ce
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -614,7 +614,7 @@ jobs:
|
|||||||
rustup override set ${{ env.REPO_MSRV }}
|
rustup override set ${{ env.REPO_MSRV }}
|
||||||
cargo -V
|
cargo -V
|
||||||
|
|
||||||
- name: run rustfmt
|
- name: Run `cargo fmt`
|
||||||
run: |
|
run: |
|
||||||
cargo fmt -- --check
|
cargo fmt -- --check
|
||||||
cargo fmt --manifest-path xtask/Cargo.toml -- --check
|
cargo fmt --manifest-path xtask/Cargo.toml -- --check
|
||||||
|
Loading…
Reference in New Issue
Block a user