We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56be0f commit 350c097Copy full SHA for 350c097
.github/workflows/poetry.yml
@@ -59,6 +59,10 @@ jobs:
59
- "3.6" # lowest supported
60
timeout-minutes: 30
61
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
66
- name: Checkout
67
# see https://github.com/actions/checkout
68
uses: actions/checkout@v2
0 commit comments