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 .