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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-10-28 07:22:28 +0300
committerEvan Read <eread@gitlab.com>2022-10-28 07:22:28 +0300
commit5ed84846ef1d74e98aa27159253c7f1a8031bad7 (patch)
treebe6c7e81e0d0431db64413ce84c05c5f242c5a2e
parent7067daa9a992682dddfecdb81c37413fbadb45f1 (diff)
Create Lefthook configuration and add documentation linting commanderead/create-lefthook-configuration
-rw-r--r--lefthook.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/lefthook.yml b/lefthook.yml
new file mode 100644
index 000000000..fbf731393
--- /dev/null
+++ b/lefthook.yml
@@ -0,0 +1,6 @@
+---
+pre-push:
+ commands:
+ verify-docs:
+ tags: documentation
+ run: make lint-docs