This is a demo repository to illustrate how to test web accessibility using Github Actions.
You can read all the details in my blog:
- English: https://www.adrianbolonio.com/en/accessibility-github-actions
- Español: https://www.adrianbolonio.com/es/accesibilidad-github-actions
.
├── ...
├── src
│ ├──.github
│ │ └── workflows # The GitHub Actions workflows
│ │ ├── workflowName.yml
│ │ └── ...
│ └── components # Your custom components
│ ├── Component.tsx
│ └── ...
└── ...
If you have any suggestion for how this project could be improved, please read the contributing guidelines.
a11y-github-actions is created by Adrián Bolonio