Initial upload: Add repohealth-cli project with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-05 17:13:53 +00:00
parent 72b9bf3929
commit af3263ea05

View File

@@ -0,0 +1,6 @@
"""Entry point for the RepoHealth CLI."""
from repohealth.cli.cli import main
if __name__ == "__main__":
main()