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

Skip to content

Commit 5d43bd6

Browse files
authored
build: fix git line breaks on windows (#4306)
1 parent 28cc198 commit 5d43bd6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.js eol=lf
1+
* text=auto eol=lf

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878
node: ['10', '16']
7979
name: Node ${{ matrix.node }} (Windows)
8080
steps:
81-
- name: Configure git line-breaks
82-
run: git config --global core.autocrlf false
8381
- name: Checkout Commit
8482
uses: actions/checkout@v2
8583
- name: Setup Node

0 commit comments

Comments
 (0)