diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0920a30..36c6aa9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,10 @@ stages: - Lint - -before_script: - - alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012" - Lint: image: koalaman/shellcheck-alpine:latest stage: Lint + before_script: + - alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012" script: - shellcheck ./system/.local/bin/* - shellcheck ./system/.config/custom/keyleds