Skip to content

Commit 8a8c2fa

Browse files
committed
Only check formatting on Elixir 1.15
1 parent e23dcd0 commit 8a8c2fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: mix compile --warnings-as-errors
5252
- name: Check formatting
5353
run: mix format --check-formatted
54+
if: startsWith(matrix.elixir, '1.15')
5455
- name: Run Tests
5556
run: mix test
5657
- name: Run credo

0 commit comments

Comments
 (0)