Skip to content

Commit

Permalink
Add Lighthouse check
Browse files Browse the repository at this point in the history
  • Loading branch information
ninelore committed Jul 9, 2024
1 parent 40dfd09 commit 4ab4567
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Lighthouse audit
on:
pull_request:
branches: main
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v12
with:
urls: |
https://docs.chrultrabook.com/
uploadArtifacts: true

0 comments on commit 4ab4567

Please sign in to comment.