From 243a9d1167567ab458c9c43db19ae54c1df227e0 Mon Sep 17 00:00:00 2001 From: shimunn Date: Tue, 17 Sep 2019 14:31:49 +0200 Subject: [PATCH] check fmt --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6682b06..d248218 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: