Skip to content

pa11y checks

pa11y checks #6

Workflow file for this run

name: pa11y checks
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
pa11y-ci:
name: Run pa11y-ci checks for wasmcloud.com sitemap
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Run pa11y-ci
run: |
npm install -g pa11y-ci
pa11y-ci --sitemap https://wasmcloud.com/sitemap.xml