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