mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-07-20 01:00:24 +02:00
Add luacheck config and ci job
This commit is contained in:
committed by
Vanessa Dannenberg
parent
a735d1a155
commit
31e1255245
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
||||
stages:
|
||||
- test
|
||||
|
||||
luacheck:
|
||||
stage: test
|
||||
image: pipelinecomponents/luacheck:latest
|
||||
script:
|
||||
- luacheck .
|
Reference in New Issue
Block a user