How to validate html files during pull request in azure devops?

169 views Asked by At

I have a repository that has only HTML files. Is there any extension in the marketplace or any other way to validate if the files have the correct syntax during the pull request?

1

There are 1 answers

0
Roderick Bant On BEST ANSWER

HTML Validate seems like a nice command line tool to validate documents for proper HTML. Install it and use it in a bash task from your pipeline.