Skip to content

Commit

Permalink
removing hard to upkeep formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
hez committed Jan 30, 2025
1 parent 542c19c commit efb0e5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
- name: Check Credo
run: mix credo

- if: ${{ matrix.elixir == '1.15.5' }}
name: Check Formatting
run: mix format --check-formatted

- name: Run Tests
run: mix do compile --warnings-as-errors, test

Expand Down

0 comments on commit efb0e5e

Please sign in to comment.