Skip to content

Commit b772f46

Browse files
committed
Add phpstan to the workflow
1 parent 38a6c97 commit b772f46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ jobs:
1717
- name: Install dependencies
1818
run: composer install
1919
- name: Run tests
20-
run: vendor/bin/phpunit
20+
run: vendor/bin/phpunit
21+
- name: Run static analysis
22+
run: vendor/bin/phpstan

0 commit comments

Comments
 (0)