Skip to content

Commit be2f6ff

Browse files
author
shijiashuai
committed
refactor: 移除无用的 scripts 目录
- 删除 scripts/validate_translations.py(CI 未使用,功能冗余) - 更新 CI 工作流,移除 scripts 目录检查 - 更新 README 项目结构,移除 scripts 引用
1 parent 9a1aabb commit be2f6ff

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

.github/workflows/quality-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: 检查目录结构
4242
run: |
4343
echo "验证项目目录结构..."
44-
required_dirs=("rules" "docs" "scripts")
44+
required_dirs=("rules" "docs")
4545
for dir in "${required_dirs[@]}"; do
4646
if [ ! -d "$dir" ]; then
4747
echo "错误: 缺少必需目录 $dir"

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ awesome-cursorrules-zh/
189189
│ ├── best-practices.md # 最佳实践
190190
│ ├── installation-guide.md # 安装指南
191191
│ └── troubleshooting.md # 故障排除
192-
├── scripts/ # 自动化工具
193-
│ └── validate_translations.py # 翻译质量校验脚本
194192
├── .github/ # GitHub 配置
195193
│ ├── workflows/ # CI/CD 质量检查
196194
│ ├── ISSUE_TEMPLATE/ # Issue 模板

scripts/validate_translations.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)