Add gitlab CI configuration to run luacheck automatically

This commit is contained in:
Hugues Ross 2020-06-01 07:33:57 -04:00
父節點 1293c0c55c
當前提交 acf04377bf
共有 1 個檔案被更改,包括 6 行新增0 行删除

6
.gitlab-ci.yml Normal file
查看文件

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