diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5adead..a9cd307 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.tests/luacheckrc b/.luacheckrc similarity index 100% rename from .tests/luacheckrc rename to .luacheckrc