Skip to content

Commit

Permalink
Added deps.lock --check-unused credo check
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcloutier committed Feb 1, 2022
1 parent 653dd82 commit fda1428
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 @@ -29,6 +29,7 @@ jobs:
keys:
- v1-mix-cache-{{ checksum "mix.lock" }}
- run: mix deps.get
- run: mix deps.unlock --check-unused
- run: mix compile --warnings-as-errors
- run: mix test
- run: mix docs
Expand Down

0 comments on commit fda1428

Please sign in to comment.