Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Remove no-check again
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Nov 30, 2023
1 parent 7b11c88 commit 81c4adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
# Elixir or Erlang versions update, or if any new packages are installed,
# but can then be re-instated.
- name: Run Dialyzer
# run: mix dialyzer --halt-exit-status
run: mix dialyzer --halt-exit-status --no-check
run: mix dialyzer --halt-exit-status
# run: mix dialyzer --halt-exit-status --no-check

0 comments on commit 81c4adf

Please sign in to comment.