From e16fa0f5c8877f6b430c359af77eb17d982e10a2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 30 Jul 2021 21:21:50 +0100 Subject: [PATCH] Move luacheck config file to standard location --- .github/workflows/test.yml | 2 +- .tests/luacheckrc => .luacheckrc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .tests/luacheckrc => .luacheckrc (100%) 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