Skip to content

Review + Update README for clarity #21

Review + Update README for clarity

Review + Update README for clarity #21

Workflow file for this run

name: accessibility-test-pa11y
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "npm"
- run: npm install --global pa11y-ci
- run: pa11y-ci