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) \