From 37a6a76880a69d28571fb4c91906121980094e35 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 15 Apr 2024 17:00:55 +0200 Subject: [PATCH] Create lighthouse.yml --- .github/workflows/lighthouse.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/lighthouse.yml diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml new file mode 100644 index 000000000000..e372a29039ac --- /dev/null +++ b/.github/workflows/lighthouse.yml @@ -0,0 +1,12 @@ +name: Lighthouse CI +on: push +jobs: + lighthouse: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Audit URLs using Lighthouse + uses: treosh/lighthouse-ci-action@v11 + with: + urls: | + https://beta.gouv.fr