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-06-10 06:40:27 +0300
committerEvan Read <eread@gitlab.com>2022-06-10 06:40:27 +0300
commit32b73c290a056fd1f590f8f6ad6b9664da2e3245 (patch)
treed86d020d93d63270adbe848632aec5b8d199a80f /lefthook.yml
parentaf999a0769cb4f3e405b5a212ce5cadbdc31c5e6 (diff)
Add markdownlint to projecteread/add-markdownlint-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 0970e6a5..c05fc5f3 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -16,3 +16,5 @@ pre-push:
run: make hadolint-tests
yamllint-tests:
run: make yamllint-tests
+ markdownlint-tests:
+ run: make markdownlint-tests