mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Sites like GitLab can have internal problems that return http 500 errors while they fix their problems. Some sites also return http 200 OK, which is fine. This PR adds a config file to the markdown link check so those are considered "passing" and don't break the CI.
4 lines
39 B
JSON
4 lines
39 B
JSON
{
|
|
"aliveStatusCodes": [200, 500]
|
|
}
|