We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea1b6a commit eff146dCopy full SHA for eff146d
.github/workflows/ci.yml
@@ -31,5 +31,10 @@ jobs:
31
- name: Install dependencies
32
run: composer install --prefer-dist --no-progress
33
34
+ - name: Static analysis
35
+ run: |
36
+ composer require --dev phpstan/phpstan
37
+ vendor/bin/phpstan analyse src
38
+
39
- name: Run PHPUnit
- run: vendor/bin/phpunit tests
40
+ run: vendor/bin/phpunit --verbose --colors=always tests
0 commit comments