This commit is contained in:
Marc Beninca 2024-10-21 14:54:39 +02:00
parent eb8fd0b651
commit aff3a8180a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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"