Skip to content

Commit

Permalink
Only check formatting on Elixir 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Sep 25, 2023
1 parent e23dcd0 commit 8a8c2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: mix compile --warnings-as-errors
- name: Check formatting
run: mix format --check-formatted
if: startsWith(matrix.elixir, '1.15')
- name: Run Tests
run: mix test
- name: Run credo
Expand Down

0 comments on commit 8a8c2fa

Please sign in to comment.