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

This commit is contained in:
2026-09-10 22:57:55 +02:00
parent 38f689c3a1
commit f53d0d5c83
+6 -2
View File
@@ -87,12 +87,16 @@ jobs:
- name: Run Lua Language Server
run: |
CONFIG_FULL_PATH=$(realpath ./.luarc.json)
echo "Config full path: $CONFIG_FULL_PATH"
./luals/bin/lua-language-server \
--check ./src \
--checklevel=Warning \
--loglevel=trace \
--logpath="./luals/logs"
# --configpath="./.luarc.json" \
--logpath="./luals/logs" \
--configpath="$CONFIG_FULL_PATH" \
# --develop
- name: Show Log