markdown-link-check/.pre-commit-hooks.yaml

7 lines
260 B
YAML
Raw Normal View History

2021-09-05 17:34:47 +03:00
- 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]