Skip to content

Commit 350c097

Browse files
committed
ci: disable git automatic line ending conversions
Signed-off-by: Paul Horton <[email protected]>
1 parent a56be0f commit 350c097

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/poetry.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
- "3.6" # lowest supported
6060
timeout-minutes: 30
6161
steps:
62+
- name: Disabled Git auto EOL CRLF transforms
63+
run: |
64+
git config --global core.autocrlf false
65+
git config --global core.eol lf
6266
- name: Checkout
6367
# see https://github.com/actions/checkout
6468
uses: actions/checkout@v2

0 commit comments

Comments
 (0)