Skip to main content
GitHub Integration

Accessibility Testing in Your CI/CD Pipeline

Automatically check accessibility on every pull request and deployment

Automatic Scans

Runs on every push and pull request automatically

PR Comments

Results posted directly in pull request comments

Build Gates

Fail builds if accessibility score drops below threshold

Quick Setup (5 minutes)
Add accessibility testing to your repository in three simple steps
1

Download the GitHub Action Template

Save this file as .github/workflows/accessibility-scan.yml in your repository

2

Add Repository Secrets

Go to your repository Settings → Secrets and variables → Actions and add:

SITE_URL - Your production website URL
Example: https://myapp.com
ACCESSAUDIT_API_KEY - Your API key (optional)
Get your API key →
MIN_ACCESSIBILITY_SCORE - Minimum required score (optional)
Default: 70
3

Commit and Push

Commit the workflow file and push to trigger your first scan

git add .github/workflows/accessibility-scan.yml
git commit -m "Add accessibility testing"
git push
What You'll See
Example of how results appear in your pull requests
accessaudit-botcommented

🟢 Accessibility Scan Results

Score: 92/100 (Excellent)

Issues Found

🔴 Critical0
🟠 Serious2
🟡 Moderate5
🔵 Minor3

📊 View Full Report


Scanned with AccessAudit - Make the web accessible for everyone

Free Tier Available

Get started with 10 scans per month for free. Upgrade for unlimited scans.

View Full Documentation →