-
Notifications
You must be signed in to change notification settings - Fork 0
ci: create docs accessibility check #39
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?
ci: create docs accessibility check #39
Conversation
| echo "" | ||
| echo "::error::Accessibility violations detected: $VIOLATIONS" | ||
| exit 1 | ||
| fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Caknoooo Can we move this logic into the core itself? Or something like this? You want to use similar stuff on CI template. We should have this type of output as part of the options on the cli. Maybe something like --ci switch that would create output like this WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense
I didn't think about that earlier 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll try it first
|
@4rokis I have added the |
|
@Caknoooo There are some conflicts with in the Docs |
3cce0de to
cb6ec3b
Compare
Feature PR
Summary
Create CI for accessibility check
Changes
Evidence / Demo
Add screenshots, recordings, or a playground link.
How to Test
Steps to reproduce and verify the feature works.
Checklist