GitHub Actions: Make LuaCheck build fail if LuaCheck errors are encountered

We have fixed our backlog of LuaCheck errors, so we should make LuaCheck 
errors fail the build from now on to ensure new issues don't sneak in.
This commit is contained in:
Starbeamrainbowlabs 2021-11-07 14:49:39 +00:00
parent 12371a472d
commit 579e040bb1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,6 @@ 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 . || true
run: luacheck .