Skip to content

Commit 43af3e1

Browse files
committed
Add static analysis to CI workflow
1 parent 402e1a0 commit 43af3e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
if: matrix.analysis
3333
run: vendor/bin/phpcs
3434

35+
- name: Static analysis
36+
if: matrix.analysis
37+
run: vendor/bin/phpstan
38+
3539
- name: Tests
3640
run: vendor/bin/phpunit --coverage-clover clover.xml
3741

0 commit comments

Comments
 (0)