Move luacheck config file to standard location

This commit is contained in:
Starbeamrainbowlabs 2021-07-30 21:21:50 +01:00
parent 655d9ebac9
commit e16fa0f5c8
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 1 additions and 1 deletions

View File

@ -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