From 030c4d3d86ffb9f7b4ae0d94af12f90e52b083e0 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 13 Feb 2019 20:49:29 +0100 Subject: [PATCH] Fix linting Signed-off-by: Severin Kaderli --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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