Add gitlab CI configuration to run luacheck automatically

Este commit está contenido en:
Hugues Ross 2020-06-01 07:33:57 -04:00
padre 1293c0c55c
commit acf04377bf
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

6
.gitlab-ci.yml Archivo normal
Ver fichero

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