Add html5 validator action
This commit is contained in:
parent
6afbd967b2
commit
4aae3fd87f
|
@ -15,3 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Link Checker
|
||||
uses: peter-evans/link-checker@v1.2.2
|
||||
- name: HTML5 Validator
|
||||
uses: Cyb3r-Jak3/html5validator-action@v0.4.3
|
||||
with:
|
||||
root: /
|
||||
|
|
Loading…
Reference in New Issue