A11y Audit Action
Version updated for https://github.com/Floopion/a11y-audit-action to version v1.3.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The a11y-audit-action is a free, open-source GitHub Action designed to automate WCAG 2.2 accessibility audits on rendered web pages. It integrates seamlessly with pull requests, providing detailed, collapsible comments on accessibility violations, and offers zero-configuration setup. By scanning rendered pages, supporting multi-page crawling, and tracking regressions with baseline files, it helps developers identify and address accessibility issues early in the development process, ensuring compliance and improving user experience.
Release notes
- Exponential backoff on 429 rate limits (15s → 30s → 60s, 3 retries)
- Handles free-tier LLM rate limits gracefully instead of failing immediately
- Base delay between calls increased from 1.5s to 3s