added a line to CI to actually install rustfmt on the runner
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
adrien 2021-09-11 16:38:09 +02:00
parent f720070905
commit bf226d077e
1 changed files with 1 additions and 0 deletions

View File

@ -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