fix: update CI workflow for repohealth-cli with separate lint, test, and build jobs

This commit is contained in:
Developer
2026-02-05 17:36:28 +00:00
parent 98e8df8906
commit f049fe1c81
28 changed files with 3449 additions and 0 deletions

33
repohealth-cli/.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
*.log
.pytest_cache/
.coverage
htmlcov/
*.profile
.DS_Store
.vscode/
.idea/