Skip to content

Commit 75c8b10

Browse files
committed
Only run formatting on newer releases
1 parent 66d9eda commit 75c8b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install dependencies
5555
run: mix deps.get
5656

57-
- name: Check formatting
57+
- if: ${{ matrix.elixir > 1.14 }}
5858
run: mix format --check-formatted
5959

6060
- name: Setup EventStore test databases

0 commit comments

Comments
 (0)