Skip to content

Commit

Permalink
Ignore old CSS errors in a11y unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 19, 2024
1 parent 9dd6789 commit 0c65b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Run html-validator-cli
run: |
npm i -g html-validator-cli
html-validator "https://airwptheme.com/demo" --format=text --quiet
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

0 comments on commit 0c65b81

Please sign in to comment.