Skip to content

Commit

Permalink
Add PHPStan to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkopinsky committed Nov 20, 2024
1 parent c548eb7 commit 9c3b829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ jobs:

- name: Unit tests
run: ./vendor/bin/phpunit

- name: PHPStan
run: ./vendor/bin/phpstan analyze

0 comments on commit 9c3b829

Please sign in to comment.