Skip to content

Commit

Permalink
ci(GITHUB): add configuration for doc link check
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed May 31, 2022
1 parent c29b17d commit bb17669
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/config/markdown.link.check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://docs.github.com/"
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
- name: Documentation Test -- Check Markdown Links For Readme
uses: gaurav-nelson/[email protected]
with:
config-file: 'template/.github/config/markdown.link.check.json'
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
folder-path: 'template, template/.github/workflows'
Expand Down

0 comments on commit bb17669

Please sign in to comment.