Skip to content

chore: resolved prettier issues #13

chore: resolved prettier issues

chore: resolved prettier issues #13

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'
- name: Install dependencies
run: yarn --frozen-lockfile
- run: yarn docs:build
- run: yarn lighthouse