We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f94198 commit 9309fb4Copy full SHA for 9309fb4
1 file changed
.github/workflows/ci-build.yml
@@ -13,6 +13,10 @@ jobs:
13
os: [ubuntu, macos, windows]
14
runs-on: ${{ matrix.os }}-latest
15
steps:
16
+ - name: standardize git line endings
17
+ run: |
18
+ git config --global core.autocrlf false
19
+ git config --global core.eol lf
20
- name: git clone
21
uses: actions/checkout@v5
22
- name: Set up JDK
0 commit comments