简易CI 易于设置CI的工具。 安装 composer require symplify/easy-ci --dev 用法 1.检查您的代码中是否存在Git合并冲突 您使用Git吗? 然后,合并冲突就不再是您希望在代码中看到的: <<< <<< < HEAD this is some content to mess with content to append ======= totally different content to merge later 如何避免呢? 将检查添加到您的CI: vendor/bin/easy-ci check-