mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2025-01-05 12:31:00 -05:00
add md link check action config
This commit is contained in:
parent
3d9083e030
commit
57f85a18b1
19
.github/mlc_config.json
vendored
Normal file
19
.github/mlc_config.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user