Skip to content

Commit 2247826

Browse files
committed
CI: Fix biome.json root setting for standalone execution
1 parent b16ede5 commit 2247826

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
- name: TypeScript type checking
3434
run: bun run typecheck
3535

36+
# biome.json has "root": false to inherit from parent in worktree
37+
# In CI there's no parent, so we set it to true
38+
- name: Fix biome.json for standalone CI
39+
run: sed -i 's/"root": false/"root": true/' biome.json
40+
3641
- name: Lint (Biome)
3742
run: bun run lint
3843

0 commit comments

Comments
 (0)