mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-05 23:50:48 +00:00
fix(lint): fix biome violations in packages/shared and add to CI (#2923)
The CI biome check only covered packages/cli/src/, .claude/scripts/, and .claude/skills/setup-spa/ — packages/shared/src/ was unchecked, allowing 7 lint/format violations to accumulate in its test files. - Auto-fix import ordering, formatting, and useNumberNamespace lint across 3 test files in packages/shared/src/__tests__/ - Add packages/shared/src/ to the biome check in lint.yml so future violations are caught in CI Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2f4fef049a
commit
f5f0b9ec64
4 changed files with 208 additions and 58 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
run: bun install
|
||||
|
||||
- name: Run Biome check (all packages)
|
||||
run: bunx @biomejs/biome check packages/cli/src/ .claude/scripts/ .claude/skills/setup-spa/
|
||||
run: bunx @biomejs/biome check packages/cli/src/ packages/shared/src/ .claude/scripts/ .claude/skills/setup-spa/
|
||||
|
||||
macos-compat:
|
||||
name: macOS Compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue