Skip to content

Commit

Permalink
minor #7 dont depend on phpstan as project dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow authored Jun 11, 2024
1 parent f921bd7 commit dda27dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ jobs:
if: ${{ true == inputs.install-phpunit-bridge }}
run: vendor/bin/simple-phpunit --version

- name: Install PHPStan
run: composer upgrade --no-progress --no-scripts --prefer-dist --working-dir=tools/phpstan

- name: Run PHPStan
run: vendor/bin/phpstan analyse
run: tools/phpstan/vendor/bin/phpstan analyse

0 comments on commit dda27dc

Please sign in to comment.