Merge pull request #228 from digitoimistodude/dependabot/npm_and_yarn… #206
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --quiet |