saicharan
saicharan

Reputation: 485

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?

Upvotes: 0

Views: 223

Answers (1)

Roderick Bant
Roderick Bant

Reputation: 1759

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.

Upvotes: 1

Related Questions