Skip to content

Commit 02d9d93

Browse files
committed
add phpstan to github flow
1 parent 2e35a68 commit 02d9d93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jobs:
3636

3737
- name: Run phpunit
3838
run: ./vendor/bin/phpunit
39+
40+
- name: Run phpstan
41+
run: ./vendor/bin/phpstan

0 commit comments

Comments
 (0)