Skip to content

Commit

Permalink
Check formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joeapearson committed Aug 5, 2021
1 parent aff3a86 commit 4c98c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
- run: mix deps.get
- run: mix credo --strict
continue-on-error: true
- run: mix format --check-formatted
continue-on-error: true
- run: mix dialyzer
- run: mix test

0 comments on commit 4c98c97

Please sign in to comment.