From 9336aabaf229dfa622d62985a3b412f7324c4ff0 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 8 Oct 2018 22:11:49 -0700 Subject: [PATCH] Add .gitlab-ci.yml to test the file --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..111fcb7 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ +shellcheck: + stage: build + script: + - /usr/bin/shellcheck share_lun_ui_fix.sh \ No newline at end of file