Skip to content

Commit

Permalink
Don't fail on accessiblity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Sep 10, 2024
1 parent 1dca7be commit b23d0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
node-version: 16
- name: Scan for accessibility issues
uses: microsoft/accessibility-insights-action@v3
fail-on-accessibility-error: false
with:
static-site-dir: ${{ github.workspace }}/_site
scan-timeout: 600000
Expand Down

0 comments on commit b23d0a6

Please sign in to comment.