fix: update CI workflow with proper checkout paths
Some checks failed
CI / lint (push) Successful in 9m27s
CI / test (push) Failing after 4m46s
CI / build (push) Has been skipped

This commit is contained in:
Developer
2026-02-05 18:03:00 +00:00
commit 5b74fccad8
28 changed files with 3461 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""CLI interface for RepoHealth."""
from repohealth.cli.cli import analyze, main, report
__all__ = ["main", "analyze", "report"]