From 929b0acdac67a923a8e4162d74f09f6aed25d207 Mon Sep 17 00:00:00 2001
From: Romain Failliot <romain.failliot@foolstep.com>
Date: Mon, 7 Feb 2022 00:31:09 -0500
Subject: [PATCH] Add GitLab CI

---
 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..18cd60c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+stages:
+    - test
+
+linter:
+    stage: test
+    image: koalaman/shellcheck
+    script:
+    - shellcheck setup.sh
-- 
GitLab