Skip to content

Commit

Permalink
Configure Git to handle line endings for Windows
Browse files Browse the repository at this point in the history
Closes gh-52
  • Loading branch information
jgrandja committed Oct 21, 2024
1 parent 959a87f commit d56a163
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
outputs:
should-deploy-artifacts: ${{ steps.should-deploy-artifacts.outputs.result }}
steps:
- name: Prepare Windows runner
if: ${{ runner.os == 'Windows' }}
run: |
git config --global core.autocrlf true
- uses: actions/checkout@v4
- name: Set up JDK ${{ inputs.java-version }}
uses: spring-io/spring-gradle-build-action@v2
Expand Down

0 comments on commit d56a163

Please sign in to comment.