makepad-fr/Run Pa11y (Docker)

Reusable action to run Pa11y via makepad/pa11y Docker image on a given URL and output a JSON report.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlTarget URL to audit (e.g., https://example.com).yes
standardAccessibility standard for Pa11y (e.g., WCAG2A, WCAG2AA, WCAG2AAA).noWCAG2AA
thresholdNumber of allowed issues before failing the action. 0 fails on any issue.no0
waitWait time in ms before Pa11y runs (useful for client-side rendering).no0
headersJSON string of request headers (e.g., '{"Authorization": "Bearer ..."}')no""
extra_argsExtra CLI args passed verbatim to Pa11y (advanced users).no""
reporterPa11y reporter (json, csv, html, cli). JSON recommended for CI.nojson
report_filePath/filename for the generated report inside the workspace.nopa11y-report.json
docker_imageDocker image to use.nomakepad/pa11y:latest
networkOptional Docker network to attach to (e.g., your reverse-proxy/test network).no""
namedescription
report_pathPath to the generated report file.
exit_codeExit code from the Pa11y run (0 = success).