Skip to content

update team (#393)

update team (#393) #60

Workflow file for this run

name: lighthouse-ci
on:
push:
branches:
- main
pull_request:
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: install dependencies
run: npm install
- name: build site
run: npm run build
- name: run lighthouse ci
run: npm run lhci
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}