Add gitlab CI configuration to run luacheck automatically

This commit is contained in:
Hugues Ross 2020-06-01 07:33:57 -04:00
parent 1293c0c55c
commit acf04377bf
1 changed files with 6 additions and 0 deletions

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
image: lidashuang/lua:latest
test:
stage: test
script:
- luacheck .