mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Move luacheck config file to standard location
This commit is contained in:
parent
655d9ebac9
commit
e16fa0f5c8
2 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -58,5 +58,5 @@ jobs:
|
|||
|
||||
# luacheck throws lots of errors at the moment, so don't fail the build
|
||||
- name: Run luacheck
|
||||
run: luacheck --config .tests/luacheckrc . || true
|
||||
run: luacheck . || true
|
||||
|
||||
|
|
Loading…
Reference in a new issue