Skip to content

Commit 5753264

Browse files
committed
Phpstan-fixes
1 parent 7837dd4 commit 5753264

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
php-version: "latest"
2121

22-
- name: "Install Tools"
23-
run: composer --working-dir=tools install
22+
- name: "Composer Install"
23+
run: composer install && composer --working-dir=tools install
2424

2525
- name: Run PHPStan
2626
run: composer phpstan

.github/workflows/style-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
php-version: "latest"
2121

22-
- name: "Install Tools"
22+
- name: "Composer Install"
2323
run: composer --working-dir=tools install
2424

2525
- name: "Run style-check"

0 commit comments

Comments
 (0)