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 1c2453e337 - Show all commits
+1 -2
View File
@@ -40,7 +40,7 @@ jobs:
- name: Create LuaCheck Config - name: Create LuaCheck Config
run: | run: |
cat << EOF cat << EOF > .luacheckrc
std = { std = {
globals = { globals = {
"SpearheadConfig" "SpearheadConfig"
@@ -52,7 +52,6 @@ jobs:
max_line_length = false max_line_length = false
EOF EOF
> .luacheckrc
- name: Show LuaCheck Config - name: Show LuaCheck Config
run: cat .luacheckrc run: cat .luacheckrc