Skip to content

html validate

html validate #55

Workflow file for this run

name: PR build
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: |
mkdir -p _site
./go.sh build
- name: HTML5Validator
uses: Cyb3r-Jak3/html5validator-action
with:
root: './_site'