Run the local CI script to validate the project.
- •Run
scripts/local_ci.sh - •If errors occur, re-run with debug logging:
LOG_LEVEL=debug scripts/local_ci.sh - •Report results
DO NOT push until all checks pass.
在合并或推送代码前,运行本地CI检查。
--- frontmattername: local-ci description: Run local CI checks before merge or push
Run the local CI script to validate the project.
scripts/local_ci.shLOG_LEVEL=debug scripts/local_ci.shDO NOT push until all checks pass.