Add missing checkout in html validator ci step
This commit is contained in:
parent
36cc162a32
commit
e59d1cc89a
|
@ -18,6 +18,7 @@ jobs:
|
|||
html-validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: HTML5 Validator
|
||||
uses: Cyb3r-Jak3/html5validator-action@v7.1.1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue