chore: split pre-pr quality gate (#3807)

This commit is contained in:
Zhengchao An
2026-06-24 08:43:05 +08:00
committed by GitHub
parent 5b6c486b13
commit 17ae335313
3 changed files with 15 additions and 4 deletions
+2 -2
View File
@@ -66,7 +66,8 @@ How to use me:
make fmt # Format code
make clippy # Run clippy checks
make test # Run tests
make pre-commit # Run all pre-commit checks
make pre-commit # Run fast pre-commit checks
make pre-pr # Run full pre-PR checks
🚀 Quick Start:
make build # Build RustFS binary
@@ -78,4 +79,3 @@ endef
export HEADER
-include $(addsuffix /*.mak, $(shell find .config/make -type d))