From aff3a8180a032e686a36327a98ec2e5f12afea8f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 21 Oct 2024 14:54:39 +0200 Subject: [PATCH] useless --- spcd/__init__.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spcd/__init__.py b/spcd/__init__.py index c7622ed..3bfe67a 100644 --- a/spcd/__init__.py +++ b/spcd/__init__.py @@ -45,11 +45,7 @@ def clone_project_branch() -> None: def install_actions() -> None: - """Make actions usable in workflows. - - :param path: entry point file - :type path: Path - """ + """Make actions usable in workflows.""" step("Install actions") name = "action.yaml" root = project.root / "act"