add md link check action config

This commit is contained in:
edoardottt 2023-05-21 18:12:04 +02:00
parent 3d9083e030
commit 57f85a18b1
1 changed files with 19 additions and 0 deletions

19
.github/mlc_config.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"aliveStatusCodes": [
429,
200
],
"httpHeaders": [
{
"urls": [
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/",
"https://docs.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
}