diff options
author | adrien <adrien@luxeylab.net> | 2021-09-11 16:38:09 +0200 |
---|---|---|
committer | adrien <adrien@luxeylab.net> | 2021-09-11 16:38:09 +0200 |
commit | bf226d077ef2bea0567a7b36b4d25ce2d0b5191c (patch) | |
tree | 57dcb5b115b854d651ac6f952466d4109bac2d45 | |
parent | f7200709059c00e74cb25f5d8967d81a834f6bb8 (diff) | |
download | diplonat-bf226d077ef2bea0567a7b36b4d25ce2d0b5191c.tar.gz diplonat-bf226d077ef2bea0567a7b36b4d25ce2d0b5191c.zip |
added a line to CI to actually install rustfmt on the runner
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 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 |