mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
do not check links on docs.github.com (#4578)
# Objective - related to #4575, but not a complete fix - links to GitHub.com can't be checked from inside a GitHub Actions as GitHub is protecting itself from being flooded by an action execution - it seems they added that protection to GitHub doc site ## Solution - Ignore links to docs.github.com
This commit is contained in:
parent
46acb7753c
commit
dd57a94155
1 changed files with 3 additions and 0 deletions
3
.github/linters/markdown-link-check.json
vendored
3
.github/linters/markdown-link-check.json
vendored
|
@ -3,6 +3,9 @@
|
|||
{
|
||||
"pattern": "^https?://github\\.com/"
|
||||
},
|
||||
{
|
||||
"pattern": "^https?://docs\\.github\\.com/"
|
||||
},
|
||||
{
|
||||
"pattern": "^https?://reddit\\.com/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue