Extensively use rustfmt #11
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@ workspace:
|
|||
|
||||
steps:
|
||||
- name: code style
|
||||
image: rustlang/rust:nightly-slim
|
||||
image: rust:1.47
|
||||
commands:
|
||||
- rustup toolchain install nightly-x86_64-unknown-linux-gnu
|
||||
- rustup component add rustfmt --toolchain nightly
|
||||
- cargo +nightly fmt --all -- --check
|
||||
# - name: code quality
|
||||
|
|
Loading…
Reference in a new issue