mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-22 13:35:13 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -47,11 +47,12 @@ jobs:
|
||||
- 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 PHPStan"
|
||||
run: php vendor/bin/phpstan
|
||||
|
||||
- name: "Run PHP_CodeSniffer"
|
||||
run: php vendor/bin/phpstan
|
||||
|
||||
|
||||
tests:
|
||||
name: "Unit Tests"
|
||||
|
||||
Reference in New Issue
Block a user