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 changed files with 1 additions and 0 deletions
1
Makefile
1
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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue