mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 12:33:09 +00:00
:octocat:
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user