mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
* Run markdown link checker only on markdown changes This makes sure that this action only runs if the pull request is on the main branch and is changing markdown files. Fixes: https://github.com/usds/justice40-tool/issues/1114 * Remove push to main trigger * Ignore eeoc.gov in link checker Sometimes it seems down from the perspective of github actions.
31 lines
613 B
JSON
31 lines
613 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "yyyymmdd-xxx.md"
|
|
},
|
|
{
|
|
"pattern": "https://support.gatsbyjs.com/hc/en-us/articles/360053096273-Why-did-I-hit-Out-of-Memory-errors-"
|
|
},
|
|
{
|
|
"pattern": "^http://www.datasciencetoolkit.org"
|
|
},
|
|
{
|
|
"pattern": "^https://github.com/usds/environmental-justice/"
|
|
},
|
|
{
|
|
"pattern": "^https://.*medium.com"
|
|
},
|
|
{
|
|
"pattern": "^https://www.eeoc.gov"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "{{BASEURL}}/"
|
|
}
|
|
]
|
|
}
|