berkeley-cdss/MyST Accessibility Checks

Run axe-core accessibility checks on MyST site.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 18, 2026
License
BSD

Pinned Snippet

workflow.ymlSHA-pinned
uses: berkeley-cdss/myst-a11y@7ad48e525d9e9b991bf01f9bde7dc4911e8630d6 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
run_buildShould this action run the MyST build process?notrue
build_directoryPath to the built HTML directory (if run_build is false)no_build/html
working_directoryRelative path to the MyST project root (if run_build is true)no.
base_urlMyST site base URLno""
tagsComma-separated list of axe-core tags to run (e.g., wcag2a,wcag2aa)nowcag2a,wcag2aa,wcag21a,wcag21aa
save_reportWhether to save the axe report as an artifactnotrue
excludeCSS selectors to exclude from the check (comma-separated)no""
executeWhether to include the --execute flag for myst buildnofalse

no outputs