mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
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:
parent
12371a472d
commit
579e040bb1
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Reference in a new issue