mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 16:33:58 +01:00
9 lines
108 B
YAML
9 lines
108 B
YAML
|
stages:
|
||
|
- test
|
||
|
|
||
|
luacheck:
|
||
|
stage: test
|
||
|
image: pipelinecomponents/luacheck:latest
|
||
|
script:
|
||
|
- luacheck .
|