Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 436fcb9

Browse files
committed
Disable autocrlf for Windows in GitHub Actions
1 parent 91b02e9 commit 436fcb9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitattributes

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

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
steps:
12+
- name: Set git to not change EoL
13+
run: |
14+
git config --global core.autocrlf false
1215
- uses: actions/checkout@v2
1316
- name: Use Node.js 12.x
1417
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)