berkeley-cdss/MyST Accessibility Checks
Run axe-core accessibility checks on MyST site.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 18, 2026
- License
- BSD
Pinned Snippet
uses: berkeley-cdss/myst-a11y@7ad48e525d9e9b991bf01f9bde7dc4911e8630d6 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| run_build | Should this action run the MyST build process? | no | true |
| build_directory | Path to the built HTML directory (if run_build is false) | no | _build/html |
| working_directory | Relative path to the MyST project root (if run_build is true) | no | . |
| base_url | MyST site base URL | no | "" |
| tags | Comma-separated list of axe-core tags to run (e.g., wcag2a,wcag2aa) | no | wcag2a,wcag2aa,wcag21a,wcag21aa |
| save_report | Whether to save the axe report as an artifact | no | true |
| exclude | CSS selectors to exclude from the check (comma-separated) | no | "" |
| execute | Whether to include the --execute flag for myst build | no | false |
Outputs
no outputs