Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit cdb4b90

Browse files
committed
Set line endings
1 parent 3b08159 commit cdb4b90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
2626

2727
steps:
28+
- name: Set git to use LF
29+
run: |
30+
git config --global core.autocrlf false
31+
git config --global core.eol lf
32+
2833
- uses: actions/checkout@v2
2934

3035
- name: Use Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)