[build] tweak mlc config path

pull/884/head
Timothy Stack 3 years ago
parent d42006d0a9
commit 9fffa728de

@ -0,0 +1,10 @@
{
"ignorePatterns": [
{
"pattern": "^/assets"
},
{
"pattern": "^https://archive.org"
}
]
}

@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'
config-file: '.github/mlc_config.json'

Loading…
Cancel
Save