Skip to content

Commit

Permalink
Phpstan-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-worman committed Feb 12, 2025
1 parent 7837dd4 commit 5753264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
php-version: "latest"

- name: "Install Tools"
run: composer --working-dir=tools install
- name: "Composer Install"
run: composer install && composer --working-dir=tools install

- name: Run PHPStan
run: composer phpstan
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
php-version: "latest"

- name: "Install Tools"
- name: "Composer Install"
run: composer --working-dir=tools install

- name: "Run style-check"
Expand Down

0 comments on commit 5753264

Please sign in to comment.