Skip to content

Commit

Permalink
Fix workflow to always compile
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Sep 10, 2024
1 parent c2268e3 commit 73673c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
${{ runner.os }}-mix-${{matrix.pair.otp}}-${{matrix.pair.elixir}}-
- run: mix deps.get
- run: mix compile
if: ${{matrix.lint}}
- run: mix format --check-formatted
if: ${{matrix.lint}}
- run: mix dialyzer
Expand Down

0 comments on commit 73673c2

Please sign in to comment.