From acf04377bfe3130bb69cd6216dd5f2aeb5fed263 Mon Sep 17 00:00:00 2001 From: Hugues Ross Date: Mon, 1 Jun 2020 07:33:57 -0400 Subject: [PATCH] Add gitlab CI configuration to run luacheck automatically --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..bbc0f1f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +image: lidashuang/lua:latest + +test: + stage: test + script: + - luacheck .