From 2a24429404f06c5ca20fe70a8d11656fac9c3b7d Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 31 Jan 2021 16:27:41 +0100 Subject: Add continuous integration scripts to linting Makefile: Add scripts below .gitlab/ci/ to the lint target of the Makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 854a2ef..1d82597 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ check: lint lint: shellcheck -s bash archiso/mkarchiso \ $(wildcard scripts/*.sh) \ + $(wildcard .gitlab/ci/*.sh) \ $(INSTALL_FILES) \ $(wildcard configs/*/build.sh) \ $(wildcard configs/*/profiledef.sh) \ -- cgit v1.2.3-70-g09d2