From 72afb2fc5fb9737d964246aae63f681888f02f55 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 17:14:06 +0000 Subject: [PATCH] Initial upload: Add repohealth-cli project with CI/CD workflow --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..03e2b8e --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Tests for the RepoHealth CLI."""