Skip to content

Commit

Permalink
check formatting on PRs and master
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 3, 2024
1 parent f1d119a commit 179d607
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 @@ -37,3 +37,5 @@ jobs:
run: mix deps.get
- name: Run tests
run: mix testcontainers.test
- name: Check formatting
run: mix format --check-formatted

0 comments on commit 179d607

Please sign in to comment.