glotzerlab / hoomd-blue

Molecular dynamics and Monte Carlo soft matter simulation on GPUs.
http://glotzerlab.engin.umich.edu/hoomd-blue
BSD 3-Clause "New" or "Revised" License
342 stars 133 forks source link

Make the link checking CI more robost #1906

Closed joaander closed 1 month ago

joaander commented 1 month ago

Description

Many sites block GitHub actions servers and/or bots from accessing them. This new lychee configuration allow tests to pass even when the bot gets a 500 internal server error or access denied.

Motivation and context

Even with the error, the fact that it is not a 404 means the link is likely still valid.

How has this been tested?

CI checks and local execution of lychee.

Change log

No log entry necessary.

Checklist: