add comment

This commit is contained in:
Starbeamrainbowlabs 2021-07-30 19:04:21 +01:00
parent 910d4b036f
commit 082f491fa6
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

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