Skip to content

Commit

Permalink
Create lighthouse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Apr 15, 2024
1 parent 527dfc0 commit 37a6a76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 37a6a76

Please sign in to comment.