There was an error while loading. Please reload this page.
1 parent 7901abd commit 0d739beCopy full SHA for 0d739be
2 files changed
.github/workflows/ci-bun.yml
@@ -26,8 +26,6 @@ jobs:
26
bun-version: 1.2.22
27
- name: Install dependencies
28
run: bun install --ignore-scripts
29
- - name: Run linter and formatter
30
- run: bun ci
31
- name: Build knip
32
run: bun run build
33
working-directory: packages/knip
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: pnpm add typescript@next @types/node@24 --config.trustPolicy=allow
- name: Lint knip
- run: pnpm run lint
+ run: pnpm run ci
run: pnpm run build
0 commit comments