dotfiles/.gitlab-ci.yml
Severin Kaderli 73a878ea83
Fix CI
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2019-04-03 17:18:56 +02:00

25 lines
786 B
YAML

image: koalaman/shellcheck:latest
stages:
- Lint
before_script:
- shopt -s expand_aliases
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
Lint:
stage: Lint
script:
- shellcheck ./system/.local/bin/*
- shellcheck ./system/.config/custom/keyleds
- shellcheck ./system/.config/custom/aliases
- shellcheck ./system/.config/custom/env
- shellcheck ./system/.config/polybar/launch
- 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
- shellcheck ./post-install