diff --git a/.github/check-md-links.json b/.github/check-md-links.json new file mode 100644 index 0000000..ffd3959 --- /dev/null +++ b/.github/check-md-links.json @@ -0,0 +1,11 @@ +{ + "httpHeaders": [ + { + "urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/", "https://classroom.github.com"], + "headers": { + "Accept-Encoding": "zstd, br, gzip, deflate" + } + } + ], + "aliveStatusCodes": [200, 500, 503, 429] +}