Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 11f124b

Browse files
committed
use LF in CI
1 parent 604d294 commit 11f124b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18+
- name: Set git to use LF
19+
run: |
20+
git config --global core.autocrlf false
21+
git config --global core.eol lf
22+
1823
- uses: actions/checkout@v2
1924
- uses: actions/setup-node@v2
2025
with:

0 commit comments

Comments
 (0)