Adding accessibility check task#1328
Conversation
|
Test deployment successful!! (2026-07-07T03:24:10Z) See all deployed demo sites |
There was a problem hiding this comment.
Code Review
Ahoy! This pull request adds a local accessibility audit task and a bash script run_a11y_check.sh to run AccessLint WCAG checks. However, the script is a bit of a shipwreck: it boldly tries to install system dependencies using sudo, blindly serves a public directory without checking if it exists, and lazily sleeps for two seconds instead of properly polling the port. Clean up these sloppy sails before we send this code to Davy Jones' locker!
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com>
…res a little setup
Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com>
|
Test deployment successful!! (2026-07-07T03:27:38Z) See all deployed demo sites |
|
Test deployment successful!! (2026-07-07T03:35:00Z) See all deployed demo sites |
Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com>
|
Test deployment successful!! (2026-07-07T03:42:49Z) See all deployed demo sites |
|
Test deployment successful!! (2026-07-07T04:16:23Z) See all deployed demo sites |
Signed-off-by: Jen Reeve <31419037+jen-reeve@users.noreply.github.com>
|
Test deployment successful!! (2026-07-07T04:21:00Z) See all deployed demo sites |
AccessLint audit — 2 URLs1 violations across 2 URLs: 🟧 1 serious. https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check/No violations at the configured threshold (37 below threshold filtered). https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/wcag-check/CONTRIBUTING/1 violation: 🟧 1 serious (+43 below threshold). Unmapped (no source location) — 1 violation (1 serious)
Generated 2026-07-07T04:21:13.949Z · run log · |
No description provided.