chore(deps): bump graphql from 16.10.0 to 17.0.2 #551
Workflow file for this run
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 |