htmlazuregithubazure-devopsazure-marketplace

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


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?


Solution

  • 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.