Skip to content

Commit

Permalink
markdown-link-check
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed May 13, 2023
1 parent 433f85e commit 22bfb01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
@@ -1,13 +1,11 @@
{
"aliveStatusCodes": [0, 200],
"ignorePatterns": [
{
"pattern": "example.org"
},
{
"pattern": "gitlab.com/profile"
},
{
"pattern": "docs.github.com"
}
]
}
Expand Up @@ -16,4 +16,5 @@ jobs:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/markdown-link-checker.json
use-quiet-mode: 'yes'
config-file: .github/workflows/markdown-link-check.json

0 comments on commit 22bfb01

Please sign in to comment.