Validate HTML on PRs

This commit is contained in:
Will Toohey
2023-10-29 10:05:02 +10:00
committed by Will
parent 7961572845
commit 9000401bf5
3 changed files with 22 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
root: ./
ignore_re:
- 'An "img" element must have an "alt" attribute, except under certain conditions'
- 'Element "div" not allowed as child of element "label" in this context'
- 'The "center" element is obsolete. Use CSS instead' # initialdzero