dgp1130 / blog

Source repository for my personal blog.
https://blog.dwac.dev
2 stars 2 forks source link

A11y CI checks #42

Open dgp1130 opened 2 years ago

dgp1130 commented 2 years ago

Should run some a11y checks as part of CI to make sure generated pages are compliant. This can help identify simple mistakes and a11y issues which can be fixed prior to merging.

https://github.com/dequelabs/axe-core might be a good starting point here, but I should probably do more research here.