Skip to content

Commit

Permalink
Fix workflow linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Sep 26, 2024
1 parent 44e4f86 commit 1699177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: mix deps.get
- run: mix compile
- run: mix format --check-formatted
if: ${{matrix.lint}} # Only check formatting with the latest verison
if: ${{matrix.pair.lint}} # Only check formatting with the latest verison
- run: mix dialyzer
if: ${{matrix.lint}} # Only check formatting with the latest verison
if: ${{matrix.pair.lint}} # Only check formatting with the latest verison
- run: mix test

0 comments on commit 1699177

Please sign in to comment.