Skip to content

Commit d361b37

Browse files
authored
Update php.yml
add PHPStan check.
1 parent d9249ff commit d361b37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

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

3838
- name: Run test suite
3939
run: composer run-script test
40+
41+
- name: Run PHPStan
42+
run: composer run-script phpstan

0 commit comments

Comments
 (0)