Skip to content

Commit 9309fb4

Browse files
committed
Standardize git line endings
1 parent 0f94198 commit 9309fb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
os: [ubuntu, macos, windows]
1414
runs-on: ${{ matrix.os }}-latest
1515
steps:
16+
- name: standardize git line endings
17+
run: |
18+
git config --global core.autocrlf false
19+
git config --global core.eol lf
1620
- name: git clone
1721
uses: actions/checkout@v5
1822
- name: Set up JDK

0 commit comments

Comments
 (0)