Skip to content

Commit 0fc739e

Browse files
committed
don't run biome check on windows
1 parent f304807 commit 0fc739e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mcp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
run: pnpm exec tsc --noEmit
6767

6868
- name: Run Biome checks
69+
if: runner.os != 'Windows'
6970
run: pnpm run check
7071

7172
- name: Build

0 commit comments

Comments
 (0)