This action displays Lighthouse report result as a Run Check.
It plays along really well with treosh/lighthouse-ci-action@v2
Required The directory where lighthouse JSON reports are stored.
Required Github Token.
uses: manrueda/[email protected]
with:
reports: '.lighthouseci'
github-token: ${{ secrets.GITHUB_TOKEN }}