Skip to content

chore: resolved merged conflicts #11

chore: resolved merged conflicts

chore: resolved merged conflicts #11

Workflow file for this run

name: Lighthouse CI
on: push
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'
- run: npm install -g @lhci/[email protected]
- name: Install dependencies
run: yarn --frozen-lockfile
- run: yarn docs:build
- run: lhci autorun