Cyb3r-Jak3 / html5validator-action

GitHub Action that checks HTML5 syntax.
https://github.com/marketplace/actions/html5-validator
Mozilla Public License 2.0
42 stars 12 forks source link

[FEATURE REQUEST] Adding inline annotations #39

Open teolemon opened 1 year ago

teolemon commented 1 year ago

What

Cyb3r-Jak3 commented 1 year ago

Thanks for the suggestion. I think this would be a good idea. However, it doesn't seem like something that would be straight forward as there isn't really a good way to get error information out of the validation process as it is just printed to console. This is something that would be easier with https://github.com/svenkreiss/html5validator/pull/61, so I will wait for that to be merged before attempting this.