Skip to content

Commit 8276389

Browse files
committed
Add phpstan to CI.
1 parent 502bf2a commit 8276389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
composer install --no-progress --prefer-dist --optimize-autoloader
32-
composer require --dev phpunit/phpunit
32+
- name: Check with phpstan
33+
run: vendor/bin/phpstan analyse src --level 8
3334
- name: Test with phpunit
3435
run: vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)