Removed install version
Build on push / prepare (push) Successful in 27s
Build on push / build (push) Successful in 32s
Build on push / test (push) Failing after 3s

This commit is contained in:
2026-02-14 17:18:53 +01:00
parent 22d0361afe
commit a7695bfb7e
3 changed files with 12 additions and 1 deletions
@@ -0,0 +1,6 @@
namespace sh.actions.package_cleanup.Service;
public class GiteaPackageService : IGiteaPackageService
{
}
@@ -0,0 +1,6 @@
namespace sh.actions.package_cleanup.Service;
public interface IGiteaPackageService
{
}