Skip to content

Commit b8feec6

Browse files
committed
Run knip deps check in CI
1 parent bb07235 commit b8feec6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
- run: corepack yarn lint:js
4040

4141
knip:
42-
name: Knip
42+
name: Knip (deps)
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v4
4646
- uses: actions/setup-node@v4
4747
with:
4848
node-version: 22
4949
- run: corepack yarn
50-
- run: corepack yarn knip
50+
- run: corepack yarn lint:deps
5151

5252
typescript:
5353
name: Lint (TypeScript)

0 commit comments

Comments
 (0)