markdown-link-check/.pre-commit-hooks.yaml
2021-09-05 15:34:47 +01:00

7 lines
260 B
YAML

- 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]