Skip to content

Validator Checks

Validator Checks #2

Workflow file for this run

name: Validator Checks
on:
pull_request: {}
workflow_dispatch:
jobs:
main:
name: Validate and Check
runs-on: ubuntu-20.04
permissions:
contents: write
strategy:
max-parallel: 1
matrix:
include:
- source: index.html
TOOLCHAIN: respec
- source: accname/index.html
TOOLCHAIN: respec
- source: core-aam/index.html
TOOLCHAIN: respec
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: ${{ matrix.source }}
TOOLCHAIN: ${{ matrix.TOOLCHAIN }}