Skip to content

Commit

Permalink
Don't run formatter on older versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jan 20, 2024
1 parent a0d3213 commit 2be0318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:

- name: Run Dialyzer
run: mix dialyzer
if: ${{ matrix.current_version }}

- name: Run format check
run: mix format --check-formatted
if: ${{ matrix.current_version }}

0 comments on commit 2be0318

Please sign in to comment.