try rustfmt
This commit is contained in:
parent
6fec2e56f6
commit
71d3457b82
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ steps:
|
||||||
- name: check formatting
|
- name: check formatting
|
||||||
image: rustdocker/rustfmt:nightly
|
image: rustdocker/rustfmt:nightly
|
||||||
commands:
|
commands:
|
||||||
- cargo fmt -- --check
|
- rustfmt -- --check
|
||||||
|
|
||||||
- name: cargo check
|
- name: cargo check
|
||||||
image: ekidd/rust-musl-builder:1.47.0
|
image: ekidd/rust-musl-builder:1.47.0
|
||||||
|
|
Loading…
Reference in a new issue