Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: Lighthouse
on: [push]
jobs:
lhci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
npm install
npm run build
- name: Test dist/
uses: treosh/lighthouse-ci-action@v2
env:
LHCI_GITHUB_APP_TOKEN: ${{secrets.LHCI_GITHUB_APP_TOKEN}}
with:
configPath: './lighthouserc.json'
temporaryPublicStorage: true