steps:
luacheck:
name: Luacheck
image: pipelinecomponents/luacheck
commands:
- luacheck -q mods/
when:
- event: push