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