Skip to content

Merge branch 'main' into lighthouse #3

Merge branch 'main' into lighthouse

Merge branch 'main' into lighthouse #3

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'