Skip to content

chore(configs/eslint-config): fix and add eslint-plugin-react-hooks recommended rules #714

chore(configs/eslint-config): fix and add eslint-plugin-react-hooks recommended rules

chore(configs/eslint-config): fix and add eslint-plugin-react-hooks recommended rules #714

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