Skip to content

Commit

Permalink
adding a little more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Feb 13, 2025
1 parent e6abda5 commit 3d6f7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_a11y_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
run: |
# run npx serve in the background to serve the _site directory
npx serve _site &
sleep 3
# for every recursively nested *.html file in _site, run a11y checks
for file in $(find _site -name '*.html'); do
echo "Checking $file"
npx @axe-core/cli --exit --tags wcag2aa http://localhost/$file
done

0 comments on commit 3d6f7dd

Please sign in to comment.