wcagc accessibility check
Version updated for https://github.com/WCAG-Compliance/wcagc-ci to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action uses the wcagc service to automate accessibility checks on URLs, comparing them with a saved baseline and reporting findings for integration into the review workflow. It covers part of WCAG and EN 301 549, but does not modify a site. The action emits URL-level workflow annotations and provides a summary of coverage limitations and results.
What’s Changed
First production release of the wcagc accessibility check for GitHub Actions and GitLab CI.
Highlights:
- URL-level accessibility checks with baseline comparison
- Configurable failure policies: new-critical, any-critical, serious-or-worse, and none
- GitHub annotations, step summary, severity outputs, and report link
- GitLab CI CLI and ready-to-copy pipeline template
- Honest WCAG and EN 301 549 automation-coverage disclaimer
- Node.js 24 runtime with zero production dependencies
Use the stable major tag:
- uses: WCAG-Compliance/wcagc-ci@v1
Or pin the immutable exact release:
- uses: WCAG-Compliance/wcagc-ci@v1.0.0