Skip to content

Test A11y workflow

Test A11y workflow #1

Workflow file for this run

name: A11y Test
on:
push:
branches: [main] ## Change the branch name to match yours
pull_request:
branches: [main] ## Change the branch name to match yours
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Theme Test
id: test
uses: Wordpress/theme-review-action@trunk
with:
accessible-ready: true
ui-debug: true