Skip to content

Commit 75e2525

Browse files
committed
Indenting is hard yo, like super hard
1 parent 7cf3723 commit 75e2525

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
uses: actions/cache@v1.0.1
4545
with:
4646
path: ./vendor/
47-
key: ${{ matrix.composer }}-${{ hashFiles('**/composer.lock') }}
47+
key: ${{ matrix.composer }}-${{ hashFiles('**/composer.lock') }}
4848
- name: 'Run Example: ${{ matrix.example }}'
49-
run: php ./examples/${{ matrix.example }}.php
49+
run: php ./examples/${{ matrix.example }}.php
5050
qa:
5151
strategy:
5252
matrix:

0 commit comments

Comments
 (0)