add .pre-commit-hooks.yaml

This commit is contained in:
Janosh Riebesell 2021-09-05 15:34:47 +01:00
parent 10389d0def
commit 6095b285e3

7
.pre-commit-hooks.yaml Normal file
View File

@ -0,0 +1,7 @@
- id: markdown-link-check
name: Markdown Link Check
description: Extracts links from markdown texts and checks they're all alive (i.e. return status 200 OK).
entry: markdown-link-check
language: node
types: [markdown]
stages: [commit, push, manual]