marcuslindblom / pa11y

Pa11y aims to improve the accessibility of the web through better tooling and automation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pa11y

Pa11y aims to improve the accessibility of the web through better tooling and automation.

A simple example:

on:
  deployment_status

jobs:
  conformance:
    name: Pa11y
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
        with:
          repository: marcuslindblom/pa11y
      - uses: marcuslindblom/pa11y@main
        with:
          url: ${{ secrets.URL }}
          level: error

Example output:

About

Pa11y aims to improve the accessibility of the web through better tooling and automation.

License:MIT License


Languages

Language:Shell 55.5%Language:Dockerfile 44.5%