Install pa11y-ci

This commit is contained in:
Ryan Ahearn
2022-08-30 10:31:48 -04:00
parent 0213598bf8
commit dfea3ac848
5 changed files with 37 additions and 2 deletions

View File

@@ -81,3 +81,17 @@ jobs:
allow_issue_writing: false
rules_file_name: 'zap.conf'
cmd_options: '-I'
a11y-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-project
- name: Run server
run: make run-flask &
env:
NOTIFY_ENVIRONMENT: scanning
- name: Install pa11y-ci
run: npm install -g pa11y-ci
- name: Run pa11y-ci
run: pa11y-ci