Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
ci: fixed markdown link check on release-please PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Nov 27, 2022
1 parent df0d037 commit cd03eb1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .markdown-link-check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"ignorePatterns": [
{
"pattern": "^https?://localhost"
},
{
"pattern": "^https://github.com/miracum/registry-on-fhir/compare/"
}
],
"timeout": "30s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206]
}

0 comments on commit cd03eb1

Please sign in to comment.