wip
PR Prerequisites / Bundles Without Errors (pull_request) Failing after 5s
PR Prerequisites / Lua Check (pull_request) Failing after 21s

This commit is contained in:
2026-09-10 22:53:31 +02:00
parent d14324c543
commit 48d055e16d
+5 -5
View File
@@ -89,11 +89,11 @@ jobs:
run: | run: |
./luals/bin/lua-language-server \ ./luals/bin/lua-language-server \
--check ./src \ --check ./src \
--checklevel=Warning \ --checklevel=Warning
--configpath="./.luarc.json" \ # --configpath="./.luarc.json" \
--loglevel=trace \ # --loglevel=trace \
--logpath="./luals/logs" \ # --logpath="./luals/logs" \
--develop # --develop
- name: Show Log - name: Show Log
if: failure() if: failure()