Skip to content

Commit 5f8bfb4

Browse files
committed
fix line endings issue with biome check on windows
1 parent fb60c6c commit 5f8bfb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mcp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v4
31+
with:
32+
# Preserve line endings to prevent Biome formatting issues on Windows
33+
autocrlf: false
3134

3235
- name: Setup Node.js
3336
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)