hdf5/.github/workflows/markdown_config.json
Dana Robinson 5500743755
Fix CI markdown link check http 500 errors (#4556)
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.
2024-06-07 13:08:50 -07:00

4 lines
39 B
JSON

{
"aliveStatusCodes": [200, 500]
}