dotfiles/.gitlab-ci.yml
Severin Kaderli 63797d5bbc
Update CI
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2019-06-10 19:38:06 +02:00

19 lines
687 B
YAML

stages:
- Lint
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
- shellcheck ./system/.config/custom/aliases
- shellcheck ./system/.config/custom/env
- shellcheck ./system/.config/polybar/scripts/update-count
- shellcheck ./system/.config/X11/xinitrc
- shellcheck ./system/.config/zsh/.zlogout
- shellcheck ./system/.config/zsh/.zprofile
- shellcheck ./system/.config/zsh/.zshrc
- shellcheck ./system/.config/X11/xsetup
- shellcheck ./install