Compare commits

..

2 Commits

Author SHA1 Message Date
a7695bfb7e Removed install version
Some checks failed
Build on push / prepare (push) Successful in 27s
Build on push / build (push) Successful in 32s
Build on push / test (push) Failing after 3s
2026-02-14 17:18:53 +01:00
22d0361afe Fixed install
Some checks failed
Build on push / prepare (push) Successful in 28s
Build on push / build (push) Successful in 33s
Build on push / test (push) Failing after 2s
2026-02-14 17:15:07 +01:00
3 changed files with 13 additions and 2 deletions

View File

@@ -56,8 +56,7 @@ jobs:
run: |
dotnet tool install \
--tool-path .tools \
package-cleanup \
--version 1.0.0 \
sh.actions.package-cleanup \
--add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
- name: Run package-cleanup

View File

@@ -0,0 +1,6 @@
namespace sh.actions.package_cleanup.Service;
public class GiteaPackageService : IGiteaPackageService
{
}

View File

@@ -0,0 +1,6 @@
namespace sh.actions.package_cleanup.Service;
public interface IGiteaPackageService
{
}