j40-cejst-2/mlc_config.json
Shaun Verch 0e3ca6bf30
Run markdown link checker only on markdown changes (#1117)
* 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.
2022-01-12 13:01:52 -05:00

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}}/"
}
]
}