Audit WCAG 2.1 accessibility on every pull request (free…
    Neura MarketNeura Market/DeepSeek
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityTrending
    DeepSeekBlogAudit WCAG 2.1 accessibility on every pull request (free GitHub Action)
    Back to Blog
    Audit WCAG 2.1 accessibility on every pull request (free GitHub Action)
    a11y

    Audit WCAG 2.1 accessibility on every pull request (free GitHub Action)

    Jaimin April 24, 2026
    0 views

    I build web apps and I always mean to audit accessibility before shipping, and I never do. axe-core...


    title: Audit WCAG 2.1 accessibility on every pull request (free GitHub Action) published: true description: tags: accessibility, github, webdev, devops

    cover_image: https://direct_url_to_image.jpg

    Use a ratio of 100:42 for best results.

    published_at: 2026-04-24 18:01 +0000


    I build web apps and I always mean to audit accessibility before shipping, and I never do. axe-core DevTools is great but it's a browser extension
    I have to remember to open. So I built the thing I actually wanted:
    a GitHub Action that runs axe-core on every PR and fails the job if it
    finds serious violations.

    The install

    on: pull_request
    jobs:                                                                                                                                                                                                            
      a11y:
        runs-on: ubuntu-latest                                                                                                                                                                                       
        permissions: { contents: read, pull-requests: write } 
        steps:                                                                                                                                                                                                       
          - uses: jpatel3/a11yscout@v1
            with:                                                                                                                                                                                                    
              urls: https://your-preview-url.example.com      
              level: AA                                                                                                                                                                                              
              fail-on: serious
    

    That's it. You'll get a PR comment like:

    3 violations (2 critical, 1 serious)

    • button-name — Buttons must have discernible text (WCAG 4.1.2 A)
    • image-alt — Images must have alternative text (WCAG 1.1.1 A)
    • link-name — Links must have discernible text (WCAG 2.4.4 A)

    The optional source-mapping plugin

    axe-core reports violations by CSS selector — button.sc-dkPtRN — which
    is useless. a11yscout ships an optional Vite plugin that makes the violations say src/components/Button.tsx:12:4 instead:

    import { a11yscout } from "@a11yscout/vite-plugin";                                                                                                                                                              
    export default defineConfig({                                                                                                                                                                                    
      plugins: [react(), a11yscout()],
    });                                                                                                                                                                                                              
    

    The plugin injects a data-a11yscout-src attribute at build time, and the
    scanner reads it back.

    What it doesn't do (yet)

    • Next.js / webpack plugins — only Vite
    • Auto-detect Vercel/Netlify preview URLs — you pass them explicitly
    • AI fix suggestions
    • Persistent history

    Links

    • Marketplace: https://github.com/marketplace/actions/a11yscout
    • Source: https://github.com/jpatel3/a11yscout
    • License: MIT

    It's day one. Feedback welcome — especially on which framework plugin to
    build next.

    Tags

    a11ygithubwebdevdevops

    Comments

    More Blog

    View all
    Five Gemma-4 models, one accelerator: what porting E2B 31B to AWS Inferentia2 taught megemma

    Five Gemma-4 models, one accelerator: what porting E2B 31B to AWS Inferentia2 taught me

    I ported the whole Gemma-4 family — E2B, E4B, 12B, 31B, and the 26B-A4B MoE — to run on...

    X
    xbill
    Hey DEV, I'm Tobore. Let's actually connect.community

    Hey DEV, I'm Tobore. Let's actually connect.

    Hey DEV, I'm Tobore. Let's actually connect. I've been on here for a while now, mostly writing and...

    L
    Laurina Ayarah
    I burned through thousands of AI tokens. Then a friend did it for freeai

    I burned through thousands of AI tokens. Then a friend did it for free

    (yep, kinda clickbait, just for the funsies 😊) At the beginning of the year, I relaunched my...

    P
    Paulo Henrique
    Claude might be saturating your machineai

    Claude might be saturating your machine

    My laptop was sitting idle with the fan at full tilt. Nothing was running that I knew of. The culprit...

    S
    Sidhant Panda
    Automated GitHub Code Reviews Using Google Geminigithubactions

    Automated GitHub Code Reviews Using Google Gemini

    I Built a Thing! TL;DR — Google Gemini-based Pull Request reviews and Issue Triaging for...

    D
    Darren "Dazbo" Lester
    What is an "agentic harness," actually?ai

    What is an "agentic harness," actually?

    I've been hearing the word "harness" thrown around a lot lately. I assumed it just meant "the IDE" or...

    T
    Tilde A. Thurium

    Stay up to date

    Get the latest DeepSeek prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for DeepSeek and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this DeepSeek resource

    • Automate n8n Workflow Backups to GitHub with Pull Request and Slack Alertsn8n · $14.99 · Related topic
    • Automate GitHub Pull Request Linting and Auto-Fix with Google Gemini AIn8n · $14.99 · Related topic
    • Automate Android Asset Sync from Figma to GitHub via Pull Requestn8n · $9.99 · Related topic
    • Automate GitHub Workflow Sync to n8n After Pull Request Mergesn8n · $9.99 · Related topic
    Browse all workflows