Added luacheck config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user