Skip to content

Commit

Permalink
chore: skip formatting check in CI for older Elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tlux committed Apr 7, 2024
1 parent 220b45f commit 98bb236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:

- name: Check Formatting
run: mix format --check-formatted
if: ${{ matrix.elixir == '1.16.x' }}

- name: Static Code Analysis with Credo
run: mix credo
Expand Down

0 comments on commit 98bb236

Please sign in to comment.