From 57f85a18b1598bdf4a4652a5bf2875f06cac4ef1 Mon Sep 17 00:00:00 2001 From: edoardottt Date: Sun, 21 May 2023 18:12:04 +0200 Subject: [PATCH] add md link check action config --- .github/mlc_config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/mlc_config.json diff --git a/.github/mlc_config.json b/.github/mlc_config.json new file mode 100644 index 0000000..08b05e1 --- /dev/null +++ b/.github/mlc_config.json @@ -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" + } + } + ] +} \ No newline at end of file