We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa4626 commit faf9628Copy full SHA for faf9628
1 file changed
.github/workflows/test.yml
@@ -30,6 +30,8 @@ jobs:
30
echo "File does not exist, running qlty init..."
31
qlty init --yes
32
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
35
else
36
echo ".qlty/qlty.toml already exists, skipping init"
37
fi
0 commit comments