We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e239c commit 91b5486Copy full SHA for 91b5486
.github/workflows/ci.yml
@@ -91,4 +91,4 @@ jobs:
91
- name: Restore timestamps to prevent unnecessary recompilation
92
run: IFS=$'\n'; for f in $(git ls-files); do touch -d "$(git log -n 1 --pretty='%cI' -- $f)" "$f"; done
93
- run: mix format --check-formatted
94
- - run: mix dialyzer
+ - run: mix dialyzer_vendored
0 commit comments