Skip to content

Commit d56a163

Browse files
committed
Configure Git to handle line endings for Windows
Closes gh-52
1 parent 959a87f commit d56a163

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
outputs:
5252
should-deploy-artifacts: ${{ steps.should-deploy-artifacts.outputs.result }}
5353
steps:
54+
- name: Prepare Windows runner
55+
if: ${{ runner.os == 'Windows' }}
56+
run: |
57+
git config --global core.autocrlf true
5458
- uses: actions/checkout@v4
5559
- name: Set up JDK ${{ inputs.java-version }}
5660
uses: spring-io/spring-gradle-build-action@v2

0 commit comments

Comments
 (0)