Skip to content

Commit

Permalink
Add markdown-link-check with pre-commit (SalamLang#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Mar 6, 2024
1 parent 4c2c85c commit ef0af63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ repos:
description: Check spelling with codespell
entry: codespell --ignore-words=codespell.txt
exclude: ^docs/README_(AR|FA).md$
- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
hooks:
- id: markdown-link-check
args: [-q]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
hooks:
Expand Down
2 changes: 0 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

<https://salamlang.ir>

<https://salamlaang.ir>

## Keywords

```
Expand Down

0 comments on commit ef0af63

Please sign in to comment.