Skip to content

feat(react): prevent recursive exposing fallback when fallback throw error #766

feat(react): prevent recursive exposing fallback when fallback throw error

feat(react): prevent recursive exposing fallback when fallback throw error #766

Workflow file for this run

name: Knip
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
env:
CI: ${{ vars.CI }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
knip:
name: Knip
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm-setup-node
- run: pnpm install --frozen-lockfile
- run: pnpm ci:knip