Skip to content

Commit

Permalink
[lint] Ignore slow link (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jul 26, 2023
1 parent 24d0472 commit 09d429f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/markdown-link-check-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
},
{
"pattern" : "https://www.microsoft.com"
},
{
"pattern" : "https://calendar.google.com/calendar/ical/google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com/public/basic.ics"
}
]
}

0 comments on commit 09d429f

Please sign in to comment.