Skip to content

Commit

Permalink
Turn off autocrlf for git.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Dec 10, 2024
1 parent 52d0d3b commit 44556cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Correct git autocrlf
run: git config --global core.autocrlf false

- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-for-build

Expand All @@ -57,6 +60,9 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Correct git autocrlf
run: git config --global core.autocrlf false

- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-for-build

Expand Down

0 comments on commit 44556cf

Please sign in to comment.