Skip to content

Commit

Permalink
Don't check format, fails due to differences with Elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Dec 1, 2023
1 parent 82905e0 commit d18cbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Compile
run: mix compile --warnings-as-errors

- name: Check formatting
run: mix format --check-formatted
# - name: Check formatting
# run: mix format --check-formatted

- name: Run tests
run: mix test
Expand Down

0 comments on commit d18cbfb

Please sign in to comment.