mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 13:28:18 +01:00
[CI] Run ECS only on match git diff (#4487)
Co-authored-by: rector-bot <tomas@getrector.org>
This commit is contained in:
parent
2e86dc5876
commit
20e95bee61
2
.github/workflows/rector_ci.yaml
vendored
2
.github/workflows/rector_ci.yaml
vendored
@ -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
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user