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