Move shell script linting into a separate make target
-
Makefile
:Move shellcheck to a
lint
target and changecheck
so that it runslint
. This provides a more finer grained control and allows to extendcheck
with things beyond just linting. -
.gitlab-ci.yml
:Run
make lint
in the lint job.