gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
407 stars 76 forks source link

How do I keep checking for broken links even after one has been found? #190

Closed SoumyaMukhija closed 1 year ago

SoumyaMukhija commented 1 year ago

Hi, I'm making a workflow where I want to check for all broken links and then pass them to another task. Currently, mardown-link-check fails for me when it finds a broken link. Is there a way that I can make it keep running till it has finished searching all files?

Any help would be appreciated, thanks!

SoumyaMukhija commented 1 year ago

My bad - I kept checking with duplicate links, wondering why it wasn't checking them all.