Skip to content

Commit faf9628

Browse files
committed
update
1 parent aaa4626 commit faf9628

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
echo "File does not exist, running qlty init..."
3131
qlty init --yes
3232
echo "qlty init completed"
33+
echo "Disabling biome plugin due to parse errors..."
34+
sed -i '/\[plugins\.biome\]/,/^\[/ s/enabled = true/enabled = false/' .qlty/qlty.toml
3335
else
3436
echo ".qlty/qlty.toml already exists, skipping init"
3537
fi

0 commit comments

Comments
 (0)