diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9b9786f3..85eb5398c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,15 +46,18 @@ jobs: ini-values: ${{ env.PHP_INI_VALUES }} coverage: none + - name: "Validate composer.json" + run: composer validate --no-interaction --ansi --verbose --with-dependencies + - name: "Install dependencies with composer" uses: ramsey/composer-install@v3 - - name: "Run phan" - run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }} - - name: "Run PHP_CodeSniffer" run: php vendor/bin/phpcs -v + - name: "Run phan" + run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }} + # - name: "Run PHPStan" # run: php vendor/bin/phpstan