Skip to content

Commit 2f75521

Browse files
committed
Only run formatting on newer releases
1 parent 66d9eda commit 2f75521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: mix deps.get
5656

5757
- name: Check formatting
58+
- if: ${{ matrix.elixir > 1.14 }}
5859
run: mix format --check-formatted
5960

6061
- name: Setup EventStore test databases

0 commit comments

Comments
 (0)