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

Commiteada669

Browse files
committed
Disable autocrlf for Windows in GitHub Actions
1 parent38431ee commiteada669

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎.gitattributes‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎.github/workflows/nodejs.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
os:[ubuntu-latest, windows-latest, macos-latest]
1212

1313
steps:
14-
-uses:actions/checkout@v1
14+
-name:Set git to not change EoL
15+
run:|
16+
git config --global core.autocrlffalse
17+
-uses:actions/checkout@v2
1518
-name:Use Node.js 12.x
1619
uses:actions/setup-node@v1
1720
with:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp