Skip to content

Commit e275f32

Browse files
committed
adds phpstan, phmd to pipeline
1 parent fe8a60d commit e275f32

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/php.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@ jobs:
3232
- name: PHP Lint
3333
run: composer lint
3434

35-
- name: PHP test
35+
- name: PHPStan
36+
run: composer phpstan
37+
38+
- name: PHPMD
39+
run: composer phpmd
40+
41+
- name: WordPress unit test
3642
run: composer test:unit

0 commit comments

Comments
 (0)