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 2f8cec4 commit 768c807Copy full SHA for 768c807
.github/workflows/ci.yml
@@ -46,15 +46,18 @@ jobs:
46
ini-values: ${{ env.PHP_INI_VALUES }}
47
coverage: none
48
49
+ - name: "Validate composer.json"
50
+ run: composer validate --no-interaction --ansi --verbose --with-dependencies
51
+
52
- name: "Install dependencies with composer"
53
uses: ramsey/composer-install@v3
54
- - name: "Run phan"
- run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
-
55
- name: "Run PHP_CodeSniffer"
56
run: php vendor/bin/phpcs -v
57
58
+ - name: "Run phan"
59
+ run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
60
61
# - name: "Run PHPStan"
62
# run: php vendor/bin/phpstan
63
0 commit comments