Skip to content

Commit 72b4324

Browse files
committed
run formatter in language_server app
Path.wildcard is not working on umbrella level
1 parent 75ec61e commit 72b4324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ 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: cd apps/language_server && mix format --check-formatted
9495
- run: mix dialyzer_vendored

0 commit comments

Comments
 (0)