Skip to content

Commit

Permalink
add .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Sep 5, 2021
1 parent 10389d0 commit 6095b28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 6095b28

Please sign in to comment.