aboutsummaryrefslogtreecommitdiff
path: root/ci/run_lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run_lint.sh')
-rwxr-xr-xci/run_lint.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run_lint.sh b/ci/run_lint.sh
index 88af163e80..8373a3cb36 100755
--- a/ci/run_lint.sh
+++ b/ci/run_lint.sh
@@ -20,6 +20,10 @@ enter_suite 'pylint'
run_test 'make pylint' pylint
exit_suite --continue
+enter_suite 'shlint'
+run_test 'make shlint' shlint
+exit_suite --continue
+
enter_suite single-includes
CLICOLOR_FORCE=1 run_test_wd \
--allow-hang \