added a line to CI to actually install rustfmt on the runner
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
f720070905
commit
bf226d077e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ steps:
|
|||
- name: code style
|
||||
image: rust:1.47
|
||||
commands:
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --all -- --check
|
||||
# - name: code quality
|
||||
# image: rust:1.47
|
||||
|
|
Loading…
Reference in a new issue