mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00

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);
|
|
}
|
|
}
|