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

This commit is contained in:
shimunn 2019-09-17 14:31:49 +02:00
parent 4679e939cf
commit 243a9d1167
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

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