Skip to content

Try a11ywatch/github-actions #382

Try a11ywatch/github-actions

Try a11ywatch/github-actions #382

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [
ubuntu-latest,
]
steps:
- uses: a11ywatch/[email protected]
with:
WEBSITE_URL: https://docs.python.org/dev/
# SITE_WIDE: true
# SUBDOMAINS: true
# TLD: false
# SITEMAP: true
FAIL_ERRORS_COUNT: 15
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