ImperialCollegeLondon / intermediate_grad_school_git_course

Intermediate Git and GitHub for Effective Collaboration
https://imperialcollegelondon.github.io/intermediate_grad_school_git_course/
Other
3 stars 1 forks source link

Fix: mlc: Skip opensource.org URLs #90

Closed alexdewar closed 1 month ago

alexdewar commented 1 month ago

For whatever reason, these URLs fail when run in a GitHub Action, even though markdown-link-check runs fine locally. Presumably the opensource.org people are blocking requests from GitHub or something. Either way, we can fix it by ignoring the offending URLs.

Failures look like this:

ERROR: 2 dead links found!
[✖] https://opensource.org/ → Status: 403
[✖] https://opensource.org/licenses/mit-license.html → Status: 403
alexdewar commented 1 month ago

PS -- I'm tagging a bunch of people as reviewers, because it seems likely that this problem will affect all of our course repos.