Skip to content

Commit

Permalink
Add Dialyzer and credo checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 9, 2022
1 parent cc6be33 commit dbf0b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@ jobs:
- run: mix format --check-formatted
- run: mix deps.unlock --check-unused
- run: mix hex.build
- run: mix credo -a
- run: mix dialyzer

0 comments on commit dbf0b5b

Please sign in to comment.