Skip to content

style: fix blog thumbnail ratio #57

style: fix blog thumbnail ratio

style: fix blog thumbnail ratio #57

Workflow file for this run

name: lighthouse-ci
on:
push:
branches:
- main
pull_request:
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: install dependencies
run: npm install
- name: build site
run: npm run build
- name: run lighthouse ci
run: npm run lhci
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}