Skip to content

Commit cae41ea

Browse files
author
Christopher Dierkens
committed
use unix style line-feed end of line
1 parent ac09b11 commit cae41ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- 16
1919
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
2020
steps:
21+
- name: Use LF EOL
22+
if: ${{ matrix.os == 'windows-latest' }}
23+
run: |
24+
git config --global core.autocrlf false
2125
- name: Checkout
2226
uses: actions/checkout@v2
2327
- name: Setup node

0 commit comments

Comments
 (0)