浏览代码

disable email checks on markdown-link-check (#4461)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
e2a6998b
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4
      markdown-link-check.fast.json
  2. 4
      markdown-link-check.full.json

4
markdown-link-check.fast.json


{
"pattern": "^https?://",
"comment": "Skip external links for fast runs."
},
{
"pattern": "mailto:",
"comment": "mailto checking broken"
}
]
}

4
markdown-link-check.full.json


{
"pattern": "https://forum.unity.com/forums/ml-agents.453/",
"comment": "Not reachable from github action"
},
{
"pattern": "mailto:",
"comment": "mailto checking broken"
}
]
}
正在加载...
取消
保存