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 6b3a38d commit b5b7c78Copy full SHA for b5b7c78
.github/workflows/tests.yml
@@ -17,11 +17,11 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v2
19
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
+ - name: Set git to use LF on Windows
+ if: matrix.operating-system == 'windows-latest'
+ run: |
+ git config --global core.autocrlf false
+ git config --global core.eol lf
25
26
- name: Setup PHP, with composer and extensions
27
uses: shivammathur/setup-php@v2
0 commit comments