mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-01 17:09:32 +01:00
html5valiator.yml: read the documentation more closely
https://github.com/Cyb3r-Jak3/html5validator-action/wiki/Getting-Started
This commit is contained in:
parent
3320d2a943
commit
b3d56babe2
10
.github/workflows/html5validator.yml
vendored
10
.github/workflows/html5validator.yml
vendored
@ -1,5 +1,13 @@
|
|||||||
name: HTML5 Validator
|
name: HTML5 Validator
|
||||||
uses: Cyb3r-Jak3/html5validator-action@v7.1.1
|
on:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2 # Requried will all actions
|
||||||
|
- uses: Cyb3r-Jak3/html5validator-action@v7.1.1
|
||||||
|
- name: Checks HTML5 validity
|
||||||
with:
|
with:
|
||||||
root: _site/
|
root: _site/
|
||||||
blacklist: r or ir
|
blacklist: r or ir
|
||||||
|
Loading…
Reference in New Issue
Block a user