diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d4df2a..b4b431d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,13 +8,10 @@ before_script: Lint: script: - shellcheck ./system/.local/bin/* - - shellcheck ./system/.aliases - - shellcheck ./system/.bash_logout - - shellcheck ./system/.bash_profile - - shellcheck ./system/.bashrc - - shellcheck ./system/.env - shellcheck ./system/.config/custom/keyleds - - shellcheck ./system/.config/X11/xinitrc - - shellcheck ./system/.config/X11/xsetup + - shellcheck ./system/.config/custom/aliases + - shellcheck ./system/.config/custom/env + - shellcheck ./system/.config/X11/* + - shellcheck ./system/.config/zsh/* - shellcheck ./install.sh - shellcheck ./post-install.sh