added lua check CI step #49

Merged
dutchie031 merged 72 commits from CI into develop 2026-09-20 16:08:04 +00:00
Showing only changes of commit f53d0d5c83 - Show all commits
+6 -2
View File
@@ -87,12 +87,16 @@ jobs:
- name: Run Lua Language Server - name: Run Lua Language Server
run: | run: |
CONFIG_FULL_PATH=$(realpath ./.luarc.json)
echo "Config full path: $CONFIG_FULL_PATH"
./luals/bin/lua-language-server \ ./luals/bin/lua-language-server \
--check ./src \ --check ./src \
--checklevel=Warning \ --checklevel=Warning \
--loglevel=trace \ --loglevel=trace \
--logpath="./luals/logs" --logpath="./luals/logs" \
# --configpath="./.luarc.json" \ --configpath="$CONFIG_FULL_PATH" \
# --develop # --develop
- name: Show Log - name: Show Log