pull/31/head
edoardottt 2023-05-21 18:17:57 +02:00
parent 960c0800c6
commit 27e31c7b18
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,11 @@
{
"aliveStatusCodes": [
429,
200
200,
202,
403
],
"timeout": "20s",
"httpHeaders": [
{
"urls": [

View File

@ -16,4 +16,5 @@ jobs:
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/mlc_config.json'
config-file: '.github/mlc_config.json'
file-path: './README.md'