Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
node-version: 'lts/*'
- name: Install markdown-link-check
run: npm i -g markdown-link-check@3.11.0
run: npm i -g markdown-link-check@3.14.1
- name: Run markdown-link-check on MD files
run: find . -name "*.md" | xargs -n 1 markdown-link-check -c markdown_link_check_config.json -q
15 changes: 8 additions & 7 deletions markdown_link_check_config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"httpHeaders": [
"ignorePatterns": [
{
"urls": [
"https://docs.github.com"
],
"headers": {
"Accept-Encoding": "br, gzip, deflate"
}
"pattern": "^https://nodejs\\.org/"
},
{
"pattern": "^https://www\\.npmjs\\.com/"
},
{
"pattern": "^https://news\\.ycombinator\\.com/"
}
]
}
Loading