Skip to content

Commit

Permalink
dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
artkay committed Jul 4, 2024
1 parent 54c8fc4 commit 3a072ca
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 @@ -57,7 +57,7 @@ jobs:
- run: mix deps.get
- run: mix compile
- run: mix format --check-formatted
if: matrix.pair.elixir == '1.17.x' # Only check formatting with the latest verison
if: matrix.pair.elixir == '1.17.x' # Check formatting only with the latest verison
- run: mix dialyzer
if: matrix.pair.elixir == '1.15.x'
if: matrix.pair.elixir == '1.17.x' # Run dialyzer only with the latest verison
- run: mix test

0 comments on commit 3a072ca

Please sign in to comment.