Skip to content

Conversation

@Caknoooo
Copy link
Collaborator

@Caknoooo Caknoooo commented Nov 17, 2025

Feature PR

Summary

Create CI for accessibility check

Changes

  • Components/Modules added or modified
  • API/contract changes
  • Backward compatibility impact

Evidence / Demo

Add screenshots, recordings, or a playground link.

How to Test

Steps to reproduce and verify the feature works.

Checklist

  • Linked issue included (closes #xxx)
  • Tests added/updated
  • Documentation updated if needed
  • Lint & build pass
  • Accessibility considerations

@Caknoooo Caknoooo self-assigned this Nov 17, 2025
@Caknoooo Caknoooo linked an issue Nov 17, 2025 that may be closed by this pull request
5 tasks
echo ""
echo "::error::Accessibility violations detected: $VIOLATIONS"
exit 1
fi
Copy link
Collaborator

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?

Copy link
Collaborator Author

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 😃

Copy link
Collaborator Author

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

@Caknoooo
Copy link
Collaborator Author

@4rokis I have added the --ci implementation here

@Caknoooo Caknoooo requested a review from 4rokis November 18, 2025 06:19
@4rokis
Copy link
Collaborator

4rokis commented Nov 19, 2025

@Caknoooo There are some conflicts with in the Docs

@4rokis 4rokis requested a review from mneysa November 19, 2025 01:51
@Caknoooo Caknoooo force-pushed the feat/feature-integrated-with-ci-for-documentation-page branch from 3cce0de to cb6ec3b Compare November 19, 2025 02:40
@Caknoooo
Copy link
Collaborator Author

@Caknoooo There are some conflicts with in the Docs

@4rokis Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Integrated with CI for Documentation Page

3 participants