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