dgp1130 / blog

Source repository for my personal blog.
https://blog.dwac.dev
3 stars 2 forks source link

Validate HTML spec compliance in CI #41

Open dgp1130 opened 2 years ago

dgp1130 commented 2 years ago

Should run an HTML validator as part of CI to verify that the generated site is properly compliant.

https://html-validate.org/ might be a good starting point, though I'll need to do more research to find the best way of doing this.