axle v1.0.0
First Marketplace release.
Usage
```yaml
- uses: asafamos/axle-action@v1
with:
url: https://your-preview-url
fail-on: serious
with-ai-fixes: "true"
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
```
What it does
- Scans the target URL with axe-core 4.11 against the WCAG 2.1 / 2.2 AA rule sets.
- Optionally generates surgical AI fix suggestions per violation with Claude Sonnet.
- Posts / updates a single marker-tagged comment on the triggering PR.
- Uploads JSON + markdown artifacts.
- Exits non-zero at or above the fail-on severity — blocks merge when the check is required.
Not a compliance certificate
Remediation assistance only. Automated tools catch ~57% of WCAG issues; human review recommended for full conformance.