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 80011bdeac - Show all commits
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
ls -la $FULL_PATH ls -la $FULL_PATH
echo "Updating .luarc.json with full path" echo "Updating .luarc.json with full path"
jq --arg full_path "$FULL_PATH" '.Lua.workspace.library[0] = $full_path' ./.luarc.json > ./.luarc.tmp.json jq --arg full_path "$FULL_PATH" '.workspace.library[0] = $full_path' ./.luarc.json > ./.luarc.tmp.json
mv ./.luarc.tmp.json ./.luarc.json mv ./.luarc.tmp.json ./.luarc.json
- name: Show Config - name: Show Config