Skip to content

Commit eba6ce6

Browse files
Updated GitHub Workflow file
1 parent 7becbb1 commit eba6ce6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v2
1919

20-
- name: Set git to use LF on Windows
21-
if: matrix.operating-system == 'windows-latest'
22-
run: |
23-
git config --global core.autocrlf false
24-
git config --global core.eol lf
20+
#- name: Set git to use LF on Windows
21+
# if: matrix.operating-system == 'windows-latest'
22+
# run: |
23+
# git config --global core.autocrlf false
24+
# git config --global core.eol lf
2525

2626
- name: Setup PHP, with composer and extensions
2727
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)