Skip to content

feat: perf testing

feat: perf testing #13

Workflow file for this run

name: Check size
on:
pull_request:
branches: [main]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--global, vite, typescript]
- name: Build
run: pnpm run build
- name: Check size
run: pnpm run size