From 9ea3c479f97a40fda12e23be27c207a6589105c1 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(+) 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-54-g00ecf