Skip to content

Commit

Permalink
check formatted for current elixir version only
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedlerdejanze committed Apr 12, 2024
1 parent 812c61b commit e07705e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Compile application
run: mix compile --warnings-as-errors
- name: Run formatter
if: matrix.elixir == '1.16' && matrix.otp == '26.2'
run: mix format --check-formatted
- name: Create plts
if: steps.plt-cache.outputs.cache-hit != 'true'
Expand All @@ -69,5 +70,5 @@ jobs:
- name: Run tests
run: mix test
- name: Run tests and coverage
if: matrix.elixir == '1.14' && matrix.otp == '25.2'
if: matrix.elixir == '1.16' && matrix.otp == '26.2'
run: mix coveralls.github

0 comments on commit e07705e

Please sign in to comment.