[CI] Run ECS only on match git diff (#4487)

Co-authored-by: rector-bot <tomas@getrector.org>
This commit is contained in:
Tomas Votruba 2020-10-26 12:28:32 +01:00 committed by GitHub
parent 2e86dc5876
commit 20e95bee61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 16 deletions

View File

@ -43,7 +43,7 @@ jobs:
## First run Rector - here can't be --dry-run !!! it would stop the job with it and not commit anything in the future
- run: bin/rector rectify ${{ matrix.directories }} --config rector-ci.php --ansi --no-progress-bar
- run: vendor/bin/ecs check ${{ matrix.directories }} --fix --ansi
- run: vendor/bin/ecs check --match-git-diff --fix --ansi
-
uses: EndBug/add-and-commit@v5

View File

@ -47,13 +47,13 @@
"symfony/finder": "^4.4.8|^5.1",
"symfony/http-kernel": "^4.4.8|^5.1",
"symfony/process": "^4.4.8|^5.1",
"symplify/autowire-array-parameter": "^8.3.47",
"symplify/composer-json-manipulator": "^8.3.47",
"symplify/console-color-diff": "^8.3.47",
"symplify/easy-testing": "^8.3.47",
"symplify/package-builder": "^8.3.47",
"symplify/set-config-resolver": "^8.3.47",
"symplify/smart-file-system": "^8.3.47",
"symplify/autowire-array-parameter": "^8.3.48",
"symplify/composer-json-manipulator": "^8.3.48",
"symplify/console-color-diff": "^8.3.48",
"symplify/easy-testing": "^8.3.48",
"symplify/package-builder": "^8.3.48",
"symplify/set-config-resolver": "^8.3.48",
"symplify/smart-file-system": "^8.3.48",
"webmozart/assert": "^1.9"
},
"require-dev": {
@ -65,11 +65,11 @@
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpunit/phpunit": "^8.5|^9.2",
"psr/event-dispatcher": "^1.0",
"symplify/changelog-linker": "^8.3.47",
"symplify/easy-coding-standard": "^8.3.47",
"symplify/easy-testing": "^8.3.47",
"symplify/monorepo-builder": "^8.3.47",
"symplify/phpstan-extensions": "^8.3.47",
"symplify/changelog-linker": "^8.3.48",
"symplify/easy-coding-standard": "^8.3.48",
"symplify/easy-testing": "^8.3.48",
"symplify/monorepo-builder": "^8.3.48",
"symplify/phpstan-extensions": "^8.3.48",
"thecodingmachine/phpstan-strict-rules": "^0.12",
"tracy/tracy": "^2.7"
},

View File

@ -7,11 +7,11 @@
"symfony/dependency-injection": "^4.4.8|^5.1",
"symfony/config": "^4.4.8|^5.1",
"symfony/http-kernel": "^4.4.8|^5.1",
"symplify/package-builder": "^8.3.47"
"symplify/package-builder": "^8.3.48"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.2",
"symplify/easy-testing": "^8.3.47"
"symplify/easy-testing": "^8.3.48"
},
"autoload": {
"psr-4": {

View File

@ -6,7 +6,7 @@
"php": "^7.2.4|^8.0",
"symfony/dependency-injection": "^4.4.8|^5.1",
"symfony/http-kernel": "^4.4.8|^5.1",
"symplify/package-builder": "^8.3.47"
"symplify/package-builder": "^8.3.48"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.2"