mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Some checks are pending
Canary release job / Create tag (push) Waiting to run
Canary release job / Release for linux-arm64 (push) Waiting to run
Canary release job / Release for linux-x64 (push) Waiting to run
Canary release job / Release for win-x64 (push) Waiting to run
Canary release job / Release MacOS universal (push) Waiting to run
Mention in PR comment script that you now need to be logged into GitHub to download artifacts.
7 lines
159 B
C#
7 lines
159 B
C#
namespace Ryujinx.BuildValidationTasks
|
|
{
|
|
public interface IValidationTask
|
|
{
|
|
public bool Execute(string projectPath, bool isGitRunner);
|
|
}
|
|
}
|