Skip to content

tech: ajout lighthouse ci #16

tech: ajout lighthouse ci

tech: ajout lighthouse ci #16

Workflow file for this run

name: Lighthouse CI
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: yarn install, build
run: |
yarn install
yarn run build
- name: run Lighthouse CI
run: |
yarn global add @lhci/[email protected]
lhci autorun