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
run: |
cat << EOF
cat << EOF > .luacheckrc
std = {
globals = {
"SpearheadConfig"
@@ -52,7 +52,6 @@ jobs:
max_line_length = false
EOF
> .luacheckrc
- name: Show LuaCheck Config
run: cat .luacheckrc