Add continuous integration scripts to linting
Makefile: Add scripts below .gitlab/ci/ to the lint target of the Makefile.
This commit is contained in:
parent
07239499a6
commit
2a24429404
1
Makefile
1
Makefile
@ -21,6 +21,7 @@ check: lint
|
|||||||
lint:
|
lint:
|
||||||
shellcheck -s bash archiso/mkarchiso \
|
shellcheck -s bash archiso/mkarchiso \
|
||||||
$(wildcard scripts/*.sh) \
|
$(wildcard scripts/*.sh) \
|
||||||
|
$(wildcard .gitlab/ci/*.sh) \
|
||||||
$(INSTALL_FILES) \
|
$(INSTALL_FILES) \
|
||||||
$(wildcard configs/*/build.sh) \
|
$(wildcard configs/*/build.sh) \
|
||||||
$(wildcard configs/*/profiledef.sh) \
|
$(wildcard configs/*/profiledef.sh) \
|
||||||
|
Loading…
Reference in New Issue
Block a user