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 38a6c97 commit b772f46Copy full SHA for b772f46
.github/workflows/ci.yml
@@ -17,4 +17,6 @@ jobs:
17
- name: Install dependencies
18
run: composer install
19
- name: Run tests
20
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit
21
+ - name: Run static analysis
22
+ run: vendor/bin/phpstan
0 commit comments