check fmt
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-09-17 14:31:49 +02:00
parent 4679e939cf
commit 243a9d1167

View File

@@ -2,6 +2,11 @@ kind: pipeline
name: default name: default
steps: steps:
- name: fmt
image: rust:1.37.0
commands:
- rustup component add rustfmt
- cargo fmt --all -- --check
- name: test - name: test
image: rust:1.37.0 image: rust:1.37.0
commands: commands: