Skip to content

Commit 1c0718f

Browse files
author
github-ci
committed
chore(php-monorepo): 添加 composer-dependency-analyser 和相关 CI 配置
1 parent 78ea6d0 commit 1c0718f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/composer-dependency-analyser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v3
2626
with:
2727
path: vendor
28-
key: ${{ runner.os }}-php-${{ hashFiles("**/composer.lock") }}
28+
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
2929
restore-keys: |
3030
${{ runner.os }}-php-
3131

0 commit comments

Comments
 (0)