Skip to content

fix(pwa): generate report #1

fix(pwa): generate report

fix(pwa): generate report #1

Workflow file for this run

name: Audit MiroPad with Lighthouse
on:
push:
branches:
- lighthouse
jobs:
build-and-audit:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: make build
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install -g @lhci/[email protected]
- run: lhci autorun