Skip to content

Commit

Permalink
Add lighthouse workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsingis committed Aug 6, 2024
1 parent fc3d908 commit 1f91708
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: lighthouse
on:
workflow_run:
workflows: ["deploy"]
types:
- completed
workflow_dispatch:
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://jessekela.com
runs: 3
uploadArtifacts: true
temporaryPublicStorage: true

0 comments on commit 1f91708

Please sign in to comment.