Skip to content

bolonio/a11y-github-actions

Repository files navigation

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:

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.

Author & Contributors

a11y-github-actions is created by Adrián Bolonio