mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-17 01:19:26 +01:00
Aminda Suomalainen
b3d56babe2
https://github.com/Cyb3r-Jak3/html5validator-action/wiki/Getting-Started
14 lines
293 B
YAML
14 lines
293 B
YAML
name: HTML5 Validator
|
|
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:
|
|
root: _site/
|
|
blacklist: r or ir
|