summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2021-02-25 16:34:42 +0000
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2021-02-25 16:34:42 +0000
commit9ad6e5d07a1600273153e561be832cfb3c5c5171 (patch)
treed91311b337ec666d37bce689e3cb8e34a33aa318 /.gitlab-ci.yml
parenta735d1a1552eb1d9de18244bbae1ee21ddeabc9b (diff)
parent31e125524550c7d18343bfd5bd3b0cae8bc291dc (diff)
downloadpipeworks-9ad6e5d07a1600273153e561be832cfb3c5c5171.tar
pipeworks-9ad6e5d07a1600273153e561be832cfb3c5c5171.tar.gz
pipeworks-9ad6e5d07a1600273153e561be832cfb3c5c5171.tar.bz2
pipeworks-9ad6e5d07a1600273153e561be832cfb3c5c5171.tar.xz
pipeworks-9ad6e5d07a1600273153e561be832cfb3c5c5171.zip
Merge branch 'master' into 'master'
Add luacheck config and ci job See merge request VanessaE/pipeworks!37
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..ff51e7e
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+stages:
+ - test
+
+luacheck:
+ stage: test
+ image: pipelinecomponents/luacheck:latest
+ script:
+ - luacheck .