Skip to content

Commit

Permalink
Ignore links to .changelog directory and utilize config file
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 1, 2023
1 parent c4d05a5 commit c4ed126
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
run: rm -rf .changelog

# Checks the status of hyperlinks in *.md files in docs/
- uses: gaurav-nelson/[email protected]
- uses: gaurav-nelson/[email protected]
with:
config-file: .markdownlink_check_config.json
7 changes: 7 additions & 0 deletions .markdownlink_check_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "*.changelog*"
}
]
}

0 comments on commit c4ed126

Please sign in to comment.