use mineunit/luacheck for CI

This commit is contained in:
cora 2024-02-13 03:37:49 +01:00 committed by cora
parent 96ef862513
commit 0105ccfd9c

View File

@ -1,8 +1,8 @@
steps:
luacheck:
name: Luacheck
image: pipelinecomponents/luacheck
image: mineunit/luacheck
commands:
- luacheck -q mods/
- luacheck --std minetest+max --config .luacheckrc mods/
when:
- event: push