-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Refs #33620 -- Accessibility in pipeline #16115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
c26a00a
to
79aa68e
Compare
bfc2d41
to
3fd5e06
Compare
I can’t get this to work :( I’ve been experimenting with this in https://github.com/thibaudcolas/django-django-fork. Can get the setup to work in local dev but not in CI. Edit: Sarah looking for additional support. |
a232a6d
to
776d6d5
Compare
@django/accessibility I made it work 🎉 Next steps for me:
|
25f6fa5
to
bd69bd6
Compare
f700656
to
7e94800
Compare
77a5ad3
to
8754439
Compare
04d84bd
to
08f4a7d
Compare
@thibaudcolas there is one thing I'm unsure: Do you have an idea to fix this? OR should I use:
|
08f4a7d
to
ddf8fc7
Compare
Hello @sabderemane, I was looking into this a bit today. I don't know what is the best approach here but I hope that helps 👍 |
POC CI Accessibility via pa11y combined to axe.
This will add the accessibility github action workflow to the current CI pipeline. There are accessibility errors but the workflow doesn't block the CI for any pull requests. It's using knyghty/django-admin-demo to be able to test the admin properly.
ticket-33620