Skip to content

Commit 768c807

Browse files
committed
:octocat:
1 parent 2f8cec4 commit 768c807

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,18 @@ jobs:
4646
ini-values: ${{ env.PHP_INI_VALUES }}
4747
coverage: none
4848

49+
- name: "Validate composer.json"
50+
run: composer validate --no-interaction --ansi --verbose --with-dependencies
51+
4952
- name: "Install dependencies with composer"
5053
uses: ramsey/composer-install@v3
5154

52-
- name: "Run phan"
53-
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
54-
5555
- name: "Run PHP_CodeSniffer"
5656
run: php vendor/bin/phpcs -v
5757

58+
- name: "Run phan"
59+
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
60+
5861
# - name: "Run PHPStan"
5962
# run: php vendor/bin/phpstan
6063

0 commit comments

Comments
 (0)