From 485768d3fe3e39c8934c00b164f1fb7ddca76e6c Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Sep 2020 16:07:26 -0600 Subject: chore: add lint job --- .gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e111c..90919ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,16 @@ variables: stages: - test -e2e: +lint: + stage: test + image: ruby:alpine + script: + - apk add bash build-base git shellcheck + - bin/setup + - bin/lint + needs: [] + +integration: image: docker:stable stage: test services: -- cgit v1.2.3