承接 clearcutcoding/symfony-ci-runner 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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-runner from inside the project root directory

Build

  • Run vendor/bin/ci-runner --no-mods to ensure no file-changing processes will run.

统计信息

  • 总下载量: 127
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-04-10