Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.74k stars 858 forks source link

Add markdown-link-check guthub action. #1250

Closed waylan closed 2 years ago

waylan commented 2 years ago

This is experimental to compare to running the CLI which we run form tox. It gives us the additional option of only running against changed files, which would eliminate the frustration contributors face when a file they didn't touch results in a failure.

waylan commented 2 years ago

This is with quiet mode off and this is with it on. I'm leaving it on as we only need to see the problems, not what checks out okay.