Skip to content

Commit

Permalink
add formatter to github CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Feb 13, 2022
1 parent a29c123 commit 5a4fc54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run Credo
run: mix credo --strict
- name: Check format
run: mix format --check-formatted

0 comments on commit 5a4fc54

Please sign in to comment.