Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-11-24 19:15:29 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-11-24 19:15:29 +0300
commit95a5390f185351f20081097da18c6f364ce96f8a (patch)
tree3abfa607e5aadd0af15bc2a982a84aa3fe4840af /Makefile
parent9c61332c3ceaa6e03aa264f7f3b394afbc5ad8e0 (diff)
Add ShellCheck to project
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e61d80a2..d3222bd0 100644
--- a/Makefile
+++ b/Makefile
@@ -164,6 +164,10 @@ markdownlint-tests:
@printf "\n$(INFO)INFO: Running markdownlint tests...$(END)\n"
@yarn markdownlint doc/**/*.md
+shellcheck-tests:
+ @printf "\n$(INFO)INFO: Running shellcheck tests...$(END)\n"
+ @shellcheck scripts/*.sh tasks/*.sh
+
check-global-navigation:
@printf "\n$(INFO)INFO: Checking global navigation...$(END)\n"
@scripts/check-navigation.sh