diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4b431d..6ec0951 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,8 @@ Lint: - shellcheck ./system/.config/custom/keyleds - shellcheck ./system/.config/custom/aliases - shellcheck ./system/.config/custom/env - - shellcheck ./system/.config/X11/* + - shellcheck ./system/.config/X11/xinitrc - shellcheck ./system/.config/zsh/* + - shellcheck ./system/.config/X11/xsetup - shellcheck ./install.sh - shellcheck ./post-install.sh