Skip to content

Commit

Permalink
Create review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt authored Oct 22, 2024
1 parent f480bee commit 910d59c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Audit live site
on: push

jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Audit live URL
uses: jakejarvis/lighthouse-action@master
with:
url: 'https://freakybob.site'
- name: Upload results as an artifact
uses: actions/upload-artifact@master
with:
name: report
path: './report'

0 comments on commit 910d59c

Please sign in to comment.