diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ec0951..754147a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,9 @@ Lint: - shellcheck ./system/.config/custom/aliases - shellcheck ./system/.config/custom/env - shellcheck ./system/.config/X11/xinitrc - - shellcheck ./system/.config/zsh/* + - shellcheck ./system/.config/zsh/.zlogout + - shellcheck ./system/.config/zsh/.zprofile + - shellcheck ./system/.config/zsh/.zshrc - shellcheck ./system/.config/X11/xsetup - shellcheck ./install.sh - shellcheck ./post-install.sh