clearcutcoding/symfony-ci-runner
最新稳定版本:3.1.0
Composer 安装命令:
composer require clearcutcoding/symfony-ci-runner
包简介
Decide which CI processes to run via a config file
README 文档
README
Installation
composer require clearcutcoding/symfony-ci-runner --dev
Configuration
- Create config in the root of your php project named
ci-runner.config.yaml - Set which CI processes to run. Some have their own root config file to identify which directories to run against. For others, set the directories here (in brackets it shows possible values).
rector: true [true | false]
phpcsfixer: true [true | false]
lintyaml: config src [list of dirs | false]
linttwig: src [list of dirs | false]
phpcs: true [true | false]
phpunit: true [true | false]
phpmd: src tests [list of dirs | false]
phpstan: true [true | false]
psalm: true [true | false]
The following need to have config files created:
rector -> rector.php
phpcsfixer -> .php-cs-fixer.php
phpcs -> phpcs.xml
phpunit -> phpunit.xml
phpstan -> phpstan.neon
psalm -> psalm.xml
Dev
- Run
vendor/bin/ci-runnerfrom inside the project root directory
Build
- Run
vendor/bin/ci-runner --no-modsto ensure no file-changing processes will run.
统计信息
- 总下载量: 127
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-04-10