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

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

Do you support .rst files for checking the links? #171

Closed gaugup closed 1 year ago

gaugup commented 1 year ago

Hi,

Thanks for this tool. I have been able to use this tool for checking links in my repos and been able to add gihub workflows. Just curious to know if you support link checking in .rst files? I tried passing in the .rst extension under the file-extension flag but it doesn't seem to have caught a dead link in my .rst file.

Regards,

gaurav-nelson commented 1 year ago

Thank you @gaugup Sorry, this one is for Markdown files only. A quick Google search returned https://github.com/eliben/code-for-blog/blob/master/2017/parsing-rst/rst-link-check.py. I'm closing this one.