Skip to content

fix: chromatic timeout fail on settings #3443

fix: chromatic timeout fail on settings

fix: chromatic timeout fail on settings #3443

Workflow file for this run

name: Best Practices
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Biome check
run: pnpm run check