Skip to content

Commit

Permalink
Run rustfmt on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Aug 18, 2018
1 parent ab0302f commit 95984b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 95984b4

Please sign in to comment.