Add gitlab CI configuration to run luacheck automatically

这个提交包含在:
Hugues Ross 2020-06-01 07:33:57 -04:00
父节点 1293c0c55c
当前提交 acf04377bf
共有 1 个文件被更改,包括 6 次插入0 次删除

6
.gitlab-ci.yml 普通文件
查看文件

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