Files
actions/sh.actions/sh.actions.package-cleanup/Service/GiteaPackageService.cs
edraft a06557dc48
Some checks failed
Build on push / prepare (push) Failing after 1s
Build on push / build (push) Has been skipped
Build on push / test (push) Has been skipped
use local action
2026-02-14 17:24:54 +01:00

6 lines
111 B
C#

namespace sh.actions.package_cleanup.Service;
public class GiteaPackageService : IGiteaPackageService
{
}