Add gitlab CI configuration to run luacheck automatically
This commit is contained in:
parent
1293c0c55c
commit
acf04377bf
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
||||
image: lidashuang/lua:latest
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- luacheck .
|
Loading…
Reference in New Issue
Block a user