Skip to content

Commit

Permalink
Add mix format --check-formatted to CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkowalski authored and zachdaniel committed Jan 25, 2021
1 parent 45653db commit f6804f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- checkout

# specify any bash command here prefixed with `run: `
- run: mix format --check-formatted
- run: mix local.hex --force
- run: mix local.rebar --force
- run: mix deps.get
Expand Down

0 comments on commit f6804f3

Please sign in to comment.