mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-11 05:10:22 +02:00
9 lines
108 B
YAML
9 lines
108 B
YAML
stages:
|
|
- test
|
|
|
|
luacheck:
|
|
stage: test
|
|
image: pipelinecomponents/luacheck:latest
|
|
script:
|
|
- luacheck .
|