mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
9e850b336c
* Split cs fix from tests * Optimize CI name * Optimize --------- Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
composer analyse src
|