Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bolonio/a11y-github-actions
- Owner: bolonio
- License: mit
- Created: 2021-02-22T08:56:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T16:56:08.000Z (5 months ago)
- Last Synced: 2024-10-26T15:18:57.674Z (13 days ago)
- Topics: a11y, a11y-testing, accessibility, axe, github-actions, lighthouse, pa11y, testing
- Language: TypeScript
- Homepage: https://www.adrianbolonio.com/en/accessibility-github-actions
- Size: 1.11 MB
- Stars: 36
- Watchers: 1
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)