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 /lefthook.yml
parent9c61332c3ceaa6e03aa264f7f3b394afbc5ad8e0 (diff)
Add ShellCheck to project
Diffstat (limited to 'lefthook.yml')
-rw-r--r--lefthook.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lefthook.yml b/lefthook.yml
index 73621764..e8f37766 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -18,5 +18,7 @@ pre-push:
run: make yamllint-tests
markdownlint-tests:
run: make markdownlint-tests
+ shellcheck-tests:
+ run: make shellcheck-tests
navigation-checks:
run: make check-global-navigation