Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bolonio/a11y-github-actions

This is a demo repository to illustrate how to test web accessibility using Github Actions.
https://github.com/bolonio/a11y-github-actions

a11y a11y-testing accessibility axe github-actions lighthouse pa11y testing

Last synced: 7 days ago
JSON representation

This is a demo repository to illustrate how to test web accessibility using Github Actions.

Awesome Lists containing this project

README

        

# a11y-github-actions

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

## Folder structure

.
├── ...
├── src
│ ├──.github
│ │ └── workflows # The GitHub Actions workflows
│ │ ├── workflowName.yml
│ │ └── ...
│ └── components # Your custom components
│ ├── Component.tsx
│ └── ...
└── ...

## Contributing

If you have any suggestion for how this project could be improved, please read the [contributing guidelines](https://github.com/bolonio/a11y-github-actions/blob/main/CONTRIBUTING.md).

## Author & Contributors

a11y-github-actions is created by [Adrián Bolonio](https://www.adrianbolonio.com)