From 95984b4ba7f22c30452cb83a06e2a54c2e281640 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 18 Aug 2018 18:26:12 +0100 Subject: [PATCH] Run rustfmt on CI --- circle.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/circle.yml b/circle.yml index 3c4355b..bd52288 100644 --- a/circle.yml +++ b/circle.yml @@ -17,7 +17,14 @@ jobs: name: Update rustc command: | rustup target add wasm32-unknown-unknown + rustup component add rustfmt-preview rustup update + - run: + name: Check formatting + command: | + rustfmt --version + cargo fmt + git diff --exit-code - run: name: Install dependencies command: |