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,6 @@
"""Entry point for the RepoHealth CLI."""
from repohealth.cli.cli import main
if __name__ == "__main__":
main()