ci: verify that all docs links work (#4710)

This commit is contained in:
Ammar Bandukwala
2022-10-23 17:09:58 -05:00
committed by GitHub
parent 05f38d6fe9
commit c9bf2a9099
9 changed files with 34 additions and 11 deletions
+7
View File
@@ -674,3 +674,10 @@ jobs:
buildScriptName: "storybook:build"
projectToken: 695c25b6cb65
workingDir: "./site"
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/mlc_config.json
+16
View File
@@ -0,0 +1,16 @@
{
"ignorePatterns": [
{
"pattern": ":\/\/localhost"
},
{
"pattern": ":\/\/.*.?example\\.com"
},
{
"pattern": "developer.github.com"
},
{
"pattern": "tailscale.com"
}
]
}