Skip to content

Commit 0d739be

Browse files
committed
Restore CI intent
1 parent 7901abd commit 0d739be

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci-bun.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
bun-version: 1.2.22
2727
- name: Install dependencies
2828
run: bun install --ignore-scripts
29-
- name: Run linter and formatter
30-
run: bun ci
3129
- name: Build knip
3230
run: bun run build
3331
working-directory: packages/knip

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm add typescript@next @types/node@24 --config.trustPolicy=allow
2626
working-directory: packages/knip
2727
- name: Lint knip
28-
run: pnpm run lint
28+
run: pnpm run ci
2929
- name: Build knip
3030
run: pnpm run build
3131
working-directory: packages/knip

0 commit comments

Comments
 (0)