Skip to content

Commit

Permalink
Add Check formatting step to build job (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgreg authored May 10, 2024
2 parents 990a4f6 + f2277f9 commit 6e4f551
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 @@ -29,6 +29,8 @@ jobs:
restore-keys: ${{ runner.os }}-mix-
- name: Install dependencies
run: mix deps.get
- name: Check formatting
run: mix format --check-formatted
- name: Run tests
run: mix test

Expand Down

0 comments on commit 6e4f551

Please sign in to comment.