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 75ec61e commit 72b4324Copy full SHA for 72b4324
.github/workflows/ci.yml
@@ -91,4 +91,5 @@ 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: cd apps/language_server && mix format --check-formatted
95
- run: mix dialyzer_vendored
0 commit comments