Skip to content

Commit

Permalink
Create a11ywatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Apr 3, 2024
1 parent 0197af7 commit 40cee75
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/a11ywatch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: a11ywatch Tests

on:
push:
branches: "*"
pull_request:
branches: "*"

jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: a11ywatch/[email protected]
with:
WEBSITE_URL: https://beta.gouv.fr
SITE_WIDE: true
SUBDOMAINS: false
TLD: false
SITEMAP: true
FAIL_ERRORS_COUNT: 1
LIST: true
FIX: false
UPGRADE: false
UPLOAD: true
#COMPUTER_VISION_SUBSCRIPTION_KEY: ${{ secrets.COMPUTER_VISION_SUBSCRIPTION_KEY }}
#COMPUTER_VISION_ENDPOINT: ${{ secrets.COMPUTER_VISION_ENDPOINT }}
env:
DEFAULT_RUNNERS: htmlcs,axe
PAGEMIND_IGNORE_WARNINGS: true
AI_DISABLED: true

0 comments on commit 40cee75

Please sign in to comment.