Skip to content

Ignore old CSS errors in a11y unit tests #214

Ignore old CSS errors in a11y unit tests

Ignore old CSS errors in a11y unit tests #214

Workflow file for this run

name: HTML/a11y
on: push
jobs:
build:
name: Test HTML and accessibility with NU HTML Checker
runs-on: ubuntu-20.04
steps:
- name: Run html-validator-cli
run: |
npm i -g html-validator-cli
html-validator "https://airwptheme.com/demo" --format=text --ignore='Error: CSS: “padding-top”: only “0” can be a “unit”. You must put a unit after your number.' --quiet