We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb07235 commit b8feec6Copy full SHA for b8feec6
1 file changed
.github/workflows/ci.yml
@@ -39,15 +39,15 @@ jobs:
39
- run: corepack yarn lint:js
40
41
knip:
42
- name: Knip
+ name: Knip (deps)
43
runs-on: ubuntu-latest
44
steps:
45
- uses: actions/checkout@v4
46
- uses: actions/setup-node@v4
47
with:
48
node-version: 22
49
- run: corepack yarn
50
- - run: corepack yarn knip
+ - run: corepack yarn lint:deps
51
52
typescript:
53
name: Lint (TypeScript)
0 commit comments