ci: replace lint+typecheck with unified check step
Fixes CI failure — 'lint' script didn't exist in package.json. bun run check already covers tsc + biome + log-tag lint.
This commit is contained in:
@@ -18,11 +18,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
- name: Lint
|
||||
run: bun run lint
|
||||
|
||||
- name: Type check
|
||||
run: bun run typecheck
|
||||
- name: Check
|
||||
run: bun run check
|
||||
|
||||
- name: Test
|
||||
run: bun test
|
||||
|
||||
Reference in New Issue
Block a user