Skip to content

Commit

Permalink
IMPROVEMENT: ignore a false positive link
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Dec 28, 2024
1 parent 519d03d commit eba276c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:

- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .markdown-link-check.json
7 changes: 7 additions & 0 deletions .markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^http://www.mediafire.com"
}
]
}

0 comments on commit eba276c

Please sign in to comment.