Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3cd697b

Browse files
committed
Configure git to disable eol conversions
Otherwise, checkout converts the LF line endings to CRLF on the Windows runner, causing the formatting check to fail.
1 parent299ff0d commit3cd697b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/test.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
-windows-latest
1919

2020
steps:
21+
-name:Disable EOL conversions
22+
run:git config --global core.autocrlf false
23+
2124
-name:Checkout
2225
uses:actions/checkout@master
2326

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp