-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Many repos, use a line ending of \n
.
When using Windows, these seem to be converted. Often, this isn't an issue with actual code, but has messed up testing. The following seems to fix it, run before the checkout action:
git config --system core.autocrlf false
git config --system core.eol lf
If this could be an option with 'checkout', some might find it helpful...
zhangyoufu, gallo-cedrone, devsnek, 7sDream, 1dustindavis and 60 more
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation