GitHub Actions
Official action available on GitHub Marketplace. Integrates in 1 line in your existing YAML workflow.
- · Verified Marketplace action
- · Automatic PR comments
- · Dynamic compliance badge
- · Preview environment support
Block RGAA regressions before production. GitHub Actions, GitLab CI, Jenkins: automated audit on every pull request, configurable thresholds, 1 line.
Add an accessibility check to your pipeline in 2 minutes. If the score drops below your threshold, the build fails.
# Accessibility gate · 1 line setup
- name: Accorma audit
uses: accorma/github-action@v1
with:
url: ${{ env.PREVIEW_URL }}
threshold: 90
fail-on-regression: true Native integration with the 3 most popular CI/CD platforms.
Official action available on GitHub Marketplace. Integrates in 1 line in your existing YAML workflow.
Optimized Docker image for your GitLab pipelines. Compatible with merge requests and review environments.
Official Jenkins plugin with integrated reporting. Configurable thresholds per project, no code needed.
Set a minimum compliance score. The pipeline fails if the threshold isn't met. Progress toward 100% at your own pace.
Automatic comment in each pull/merge request with before/after score and newly introduced errors.
Compare accessibility scores between your branch and main. Detect regressions before merge.
Get an alert in your channel whenever a pipeline detects an accessibility regression.
of config to get started
of regressions blocked
added to your pipeline
supported CI/CD platforms
Add the accessibility check to your CI/CD pipeline today.