Skip to content

Commit

Permalink
Added PHPStan step to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Nov 7, 2024
1 parent ac1f359 commit f0a93d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:

- name: Run test suite
run: vendor/bin/phpunit ./tests --coverage-text

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

0 comments on commit f0a93d4

Please sign in to comment.