Skip to content

Commit 1a0719b

Browse files
committed
Add Github actions to check Code quality (ECS) - fix cache
1 parent 51e3f11 commit 1a0719b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
run: |
4545
echo "::set-output name=dir::$(composer config cache-files-dir)"
4646
47-
47+
4848
- uses: actions/cache@v2
4949
with:
5050
path: |
5151
${{ steps.composer-cache.outputs.dir }}
5252
**/composer.lock
53-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
53+
key: ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
5454
restore-keys: |
5555
${{ runner.os }}-composer-
5656

0 commit comments

Comments
 (0)