Skip to content

Commit 4178a18

Browse files
committed
tell biome to ignore llvm dir which is installed in github actions to setup clang
1 parent 220bffc commit 4178a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"demo/cloudflare-backend/build",
3838
"demo/cloudflare-backend/dist",
3939
"demo/frontend/dist",
40-
"target"
40+
"target",
41+
"llvm"
4142
]
4243
}
4344
}

0 commit comments

Comments
 (0)