Skip to content

Commit

Permalink
build: tune up the linkinator workflow - skip identity.foundation (40…
Browse files Browse the repository at this point in the history
…3 error)

Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Feb 19, 2025
1 parent 1fdc4a3 commit 971fe7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .linkinatorrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"concurrency": 16,
"format": "JSON",
"verbosity": "error",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36",
"skip": [
"https://example.org/*",
"https://example.com/*",
Expand All @@ -12,6 +11,7 @@
"http://issuer-agent.com/*",
"https://didcomm.org/*",
"http://localhost*",
"https://host.docker.internal*"
"https://host.docker.internal*",
"https://identity.foundation/*"
]
}

0 comments on commit 971fe7c

Please sign in to comment.