aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradrien <adrien@luxeylab.net>2021-09-11 16:38:09 +0200
committeradrien <adrien@luxeylab.net>2021-09-11 16:38:09 +0200
commitbf226d077ef2bea0567a7b36b4d25ce2d0b5191c (patch)
tree57dcb5b115b854d651ac6f952466d4109bac2d45
parentf7200709059c00e74cb25f5d8967d81a834f6bb8 (diff)
downloaddiplonat-bf226d077ef2bea0567a7b36b4d25ce2d0b5191c.tar.gz
diplonat-bf226d077ef2bea0567a7b36b4d25ce2d0b5191c.zip
added a line to CI to actually install rustfmt on the runner
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index b238881..34200b7 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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