mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2025-03-11 02:09:20 -04:00
update
This commit is contained in:
parent
27e31c7b18
commit
f3e7fd95a9
8
.github/mlc_config.json
vendored
8
.github/mlc_config.json
vendored
@ -3,7 +3,8 @@
|
|||||||
429,
|
429,
|
||||||
200,
|
200,
|
||||||
202,
|
202,
|
||||||
403
|
403,
|
||||||
|
400
|
||||||
],
|
],
|
||||||
"timeout": "20s",
|
"timeout": "20s",
|
||||||
"httpHeaders": [
|
"httpHeaders": [
|
||||||
@ -18,5 +19,10 @@
|
|||||||
"Accept-Encoding": "zstd, br, gzip, deflate"
|
"Accept-Encoding": "zstd, br, gzip, deflate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"ignorePatterns": [
|
||||||
|
{
|
||||||
|
"pattern": ".onion$"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
2
.github/workflows/link-check.yml
vendored
2
.github/workflows/link-check.yml
vendored
@ -15,6 +15,6 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||||
with:
|
with:
|
||||||
use-quiet-mode: 'yes'
|
use-verbose-mode: 'yes'
|
||||||
config-file: '.github/mlc_config.json'
|
config-file: '.github/mlc_config.json'
|
||||||
file-path: './README.md'
|
file-path: './README.md'
|
Loading…
x
Reference in New Issue
Block a user