Skip to content

Commit 19f41a3

Browse files
committed
CI: Fix YAML syntax for sed command
1 parent 2247826 commit 19f41a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
# biome.json has "root": false to inherit from parent in worktree
3737
# In CI there's no parent, so we set it to true
3838
- name: Fix biome.json for standalone CI
39-
run: sed -i 's/"root": false/"root": true/' biome.json
39+
run: |
40+
sed -i 's/"root": false/"root": true/' biome.json
4041
4142
- name: Lint (Biome)
4243
run: bun run lint

0 commit comments

Comments
 (0)