Skip to content

Commit 0e999af

Browse files
committed
Rename PHPStan step to 'Run PHPStan on packages'
1 parent 4c7be1a commit 0e999af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
cd demo/ && $COMPOSER_UP && ../link && $PHPSTAN
7070
71-
- name: Run PHPStan on components and bundles
71+
- name: Run PHPStan on packages
7272
run: |
7373
source .github/workflows/.utils.sh
7474

0 commit comments

Comments
 (0)