Skip to content

Commit 91b5486

Browse files
committed
fix task name in ci
1 parent e2e239c commit 91b5486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
- name: Restore timestamps to prevent unnecessary recompilation
9292
run: IFS=$'\n'; for f in $(git ls-files); do touch -d "$(git log -n 1 --pretty='%cI' -- $f)" "$f"; done
9393
- run: mix format --check-formatted
94-
- run: mix dialyzer
94+
- run: mix dialyzer_vendored

0 commit comments

Comments
 (0)