fix: update CI workflow with proper checkout paths
This commit is contained in:
5
src/repohealth/cli/__init__.py
Normal file
5
src/repohealth/cli/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""CLI interface for RepoHealth."""
|
||||
|
||||
from repohealth.cli.cli import analyze, main, report
|
||||
|
||||
__all__ = ["main", "analyze", "report"]
|
||||
Reference in New Issue
Block a user