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 eb5c0f6 commit 4070e52Copy full SHA for 4070e52
.github/workflows/tests.yml
@@ -14,15 +14,15 @@ jobs:
14
runs-on: ${{ matrix.operating-system }}
15
16
steps:
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
25
+ - name: Checkout
+ uses: actions/checkout@v2
+
26
- name: Setup PHP, with composer and extensions
27
uses: shivammathur/setup-php@v2
28
with:
0 commit comments