Skip to content

feat: lighthouse ci pipeline #3

feat: lighthouse ci pipeline

feat: lighthouse ci pipeline #3

Workflow file for this run

name: CI
on:
pull_request: # Triggers on every push
branches: # Matches all branches
- "**"
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci autorun