From 6ce9e7ae6246801ee13d10d28efa74af7979be4f Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Wed, 3 Apr 2024 22:59:24 +0200 Subject: [PATCH] Create pa11y.yml --- .github/workflows/pa11y.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/pa11y.yml diff --git a/.github/workflows/pa11y.yml b/.github/workflows/pa11y.yml new file mode 100644 index 000000000000..aa0123b30d5e --- /dev/null +++ b/.github/workflows/pa11y.yml @@ -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