Skip to content

Commit

Permalink
ignore wireguard because it fails so often
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Jun 16, 2024
1 parent 0e291cd commit 1689b2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"ignorePatterns": [
{
"pattern": "^(?!http(s)?:\/\/.*)|^(http(s)?:\/\/.*((osism.xyz)|(in-a-box.cloud)))(:?[0-9]+)?(\/.*)?$"
},
{
"pattern": "^https:\/\/www.wireguard.com$"
}

]
}

0 comments on commit 1689b2b

Please sign in to comment.