Skip to content

Commit

Permalink
Fix: Configure git to avoid issues with line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 28, 2020
1 parent 1e0d2f6 commit 87e3bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:
- highest

steps:
- name: Configure git to avoid issues with line endings
if: matrix.os == 'windows-latest'
run: git config --global core.autocrlf false

- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 87e3bdb

Please sign in to comment.