mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-07-25 02:50:25 +02:00
Compare commits
2 Commits
2021-01-30
...
cb713668d2
Author | SHA1 | Date | |
---|---|---|---|
cb713668d2 | |||
23cd94b47b |
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