GitHub Actions Runner
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace GitHub.Runner.Common
|
||||
{
|
||||
public interface IExtension : IRunnerService
|
||||
{
|
||||
Type ExtensionType { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user