Removed asserts over undefined fields
This commit is contained in:
parent
b8694f4146
commit
99dadbb807
|
@ -12,6 +12,6 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Luacheck linter
|
- name: Luacheck linter
|
||||||
uses: https://github.com/lunarmodules/luacheck@v1.1.1
|
uses: https://github.com/lunarmodules/luacheck@v1.1.2
|
||||||
with:
|
with:
|
||||||
args: -c "luacheck . --allow-defined-top --no-unused-args --only 0 --only 113 --only 142 --only 143 --only 221 --only 321 --only 341"
|
args: -c "luacheck . --allow-defined-top --no-unused-args --only 0 --only 113 --only 221 --only 321 --only 341"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user