mirror of
https://github.com/actions/runner.git
synced 2025-12-17 15:59:37 +00:00
GitHub Actions Runner
This commit is contained in:
9
src/Runner.Common/IExtension.cs
Normal file
9
src/Runner.Common/IExtension.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace GitHub.Runner.Common
|
||||
{
|
||||
public interface IExtension : IRunnerService
|
||||
{
|
||||
Type ExtensionType { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user