anishathalye / proof-html

A GitHub Action to validate HTML, check links, and more ✅
MIT License
58 stars 21 forks source link

Allow missing href for a tag #5

Closed roman-vasylenko closed 1 year ago

roman-vasylenko commented 1 year ago

Thanks for this GitHub action. It is really useful.

I am wondering if it is possible to add allow_missing_href parameter available in HTMLProofer. In my case, the workflow returns lots of "a tag is missing a reference" errors which actually can be ignored.

anishathalye commented 1 year ago

Done! 786bab9af8983219684cd48d573922de73faf4df

roman-vasylenko commented 1 year ago

Wow! Thank you very much @anishathalye