We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2247826 commit 19f41a3Copy full SHA for 19f41a3
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,8 @@ jobs:
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
+ run: |
40
+ sed -i 's/"root": false/"root": true/' biome.json
41
42
- name: Lint (Biome)
43
run: bun run lint
0 commit comments