Skip to content

Commit

Permalink
Only run formatting on newer releases
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Oct 13, 2024
1 parent 14ce4b2 commit 508ab40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
otp: 26
- elixir: 1.14.x
otp: 26
check_formatted: "ignore"
- elixir: 1.13.x
otp: 25
check_formatted: "ignore"

services:
postgres:
Expand Down Expand Up @@ -55,6 +57,7 @@ jobs:
run: mix deps.get

- name: Check formatting
if: ${{ matrix.check_formatted != 'ignore' }}
run: mix format --check-formatted

- name: Setup EventStore test databases
Expand Down

0 comments on commit 508ab40

Please sign in to comment.