Skip to content

Commit

Permalink
chore: rename lighthouse audit
Browse files Browse the repository at this point in the history
  • Loading branch information
coston committed Sep 16, 2019
1 parent a28972b commit 27311f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Audit pull request
name: Lighthouse Audit
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'
- 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 27311f2

Please sign in to comment.