Skip to content

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

License

Notifications You must be signed in to change notification settings

jaalah/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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.8%
  • HTML 43.9%
  • CSS 9.3%