hyperf/.travis/run.check.sh
Deeka Wong b22fcd1ccc
Optimize the order of github actions (#5184)
Co-authored-by: 李铭昕 <715557344@qq.com>
2022-11-09 10:01:40 +08:00

4 lines
83 B
Bash
Executable File

#!/usr/bin/env bash
vendor/bin/php-cs-fixer fix src --dry-run
composer analyse src