Skip to content

Update lighthouse.yml #2

Update lighthouse.yml

Update lighthouse.yml #2

Workflow file for this run

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://world.openfoodfacts.org/'
- name: Upload results as an artifact
uses: actions/upload-artifact@master
with:
name: report
path: './report'