]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - ci/run
Makefile: add lint target to run shellcheck
[safcm/safcm.git] / ci / run
diff --git a/ci/run b/ci/run
index 1b240a600b2b33f0d7b45924be6d6859320c13ae..67c0e47c74713e8bc775761dd341137e1e3046c7 100755 (executable)
--- a/ci/run
+++ b/ci/run
@@ -20,6 +20,7 @@ export SAFCM_CI_RUN
 make $flags
 # shellcheck disable=SC2086
 make test $flags
+make lint
 
 # Strict umask
 umask 077