Skip to content

Commit

Permalink
Create pa11y.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Apr 3, 2024
1 parent f37c709 commit 6ce9e7a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: pa11y
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
pa11y:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- name: Run pa11y
run: |
npm install -g pa11y
pa11y https://beta.gouv.fr

0 comments on commit 6ce9e7a

Please sign in to comment.