From f3e7fd95a986a606339a857fe5260e8271e5968a Mon Sep 17 00:00:00 2001 From: edoardottt Date: Sun, 21 May 2023 18:27:34 +0200 Subject: [PATCH] update --- .github/mlc_config.json | 8 +++++++- .github/workflows/link-check.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/mlc_config.json b/.github/mlc_config.json index 86e3445..ccc18c0 100644 --- a/.github/mlc_config.json +++ b/.github/mlc_config.json @@ -3,7 +3,8 @@ 429, 200, 202, - 403 + 403, + 400 ], "timeout": "20s", "httpHeaders": [ @@ -18,5 +19,10 @@ "Accept-Encoding": "zstd, br, gzip, deflate" } } + ], + "ignorePatterns": [ + { + "pattern": ".onion$" + } ] } \ No newline at end of file diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index acb4dde..f061923 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -15,6 +15,6 @@ jobs: - uses: actions/checkout@master - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - use-quiet-mode: 'yes' + use-verbose-mode: 'yes' config-file: '.github/mlc_config.json' file-path: './README.md' \ No newline at end of file