mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2026-08-06 02:38:59 +02:00
add md link check action config
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user