Skip to content

chore: add write permissions for github workflows #15

chore: add write permissions for github workflows

chore: add write permissions for github workflows #15

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@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "npm"
- run: npm install --global pa11y-ci
- run: pa11y-ci