From 082f491fa6ebe33363ea39bee14343b561c5c43e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 30 Jul 2021 19:04:21 +0100 Subject: [PATCH] add comment --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c5d2f3..423762a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,7 @@ jobs: - name: Lua version run: lua -v + # luacheck throws lots of errors at the moment, so don't fail the build - name: Run luacheck run: luacheck --config .tests/luacheckrc . || true