Skip to content

fix: 馃悰 preserve breakpoints.keys in the validated theme #19

fix: 馃悰 preserve breakpoints.keys in the validated theme

fix: 馃悰 preserve breakpoints.keys in the validated theme #19

Workflow file for this run

name: CodSpeed
on:
push:
branches: ['master', 'alpha', 'beta']
pull_request:
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
permissions:
contents: read
id-token: write # for OpenID Connect authentication with CodSpeed
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: '10'
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: simulation
run: pnpm test:bench