Skip to content

Commit

Permalink
Create lighthouse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coston authored Sep 16, 2019
1 parent 65a3d6b commit c2c78d7
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: Audit pull request
on: pull_request

jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Audit Netlify deploy preview
uses: jakejarvis/lighthouse-action@master
with:
netlify_site: 'react-obfuscate.netlify.com'
- uses: actions/upload-artifact@master
with:
name: report
path: './report'

0 comments on commit c2c78d7

Please sign in to comment.