Skip to content

优化:全站性能提升 - HomeParticles 移动端暂停渲染、ReadingProgress 节流优化、PerPageHead 移至… #19

优化:全站性能提升 - HomeParticles 移动端暂停渲染、ReadingProgress 节流优化、PerPageHead 移至…

优化:全站性能提升 - HomeParticles 移动端暂停渲染、ReadingProgress 节流优化、PerPageHead 移至… #19

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run project checks
run: pnpm run ci