This commit is contained in:
edoardottt 2023-05-21 18:27:34 +02:00
parent 27e31c7b18
commit f3e7fd95a9
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,8 @@
429,
200,
202,
403
403,
400
],
"timeout": "20s",
"httpHeaders": [
@ -18,5 +19,10 @@
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"ignorePatterns": [
{
"pattern": ".onion$"
}
]
}

View File

@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/mlc_config.json'
file-path: './README.md'