Skip to content

fix: missing theme on cards page #45

fix: missing theme on cards page

fix: missing theme on cards page #45

Workflow file for this run

name: Lighthouse
on:
push:
branches:
- main
jobs:
lighthouseci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 16
- name: Build
run: |
npm ci
npm run build:ci
- name: Run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun