chore(deps): bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1 (#409) #546
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Dead Code Detection | |
| on: | |
| pull_request: | |
| branches: [main, develop] | |
| push: | |
| branches: [main, develop] | |
| jobs: | |
| knip: | |
| name: Check for unused code and dependencies | |
| runs-on: ubuntu-latest | |
| continue-on-error: true | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Setup pnpm and install dependencies | |
| uses: ./.github/actions/setup-pnpm-node | |
| - name: Run Knip | |
| run: pnpm knip:ci |