Skip to content

refactor(react): use 'displayName' variable reference in '.with()' me… #2386

refactor(react): use 'displayName' variable reference in '.with()' me…

refactor(react): use 'displayName' variable reference in '.with()' me… #2386

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@v5
- uses: ./.github/actions/pnpm-setup-node
- run: pnpm install
- run: pnpm run ci:knip