mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-08 14:27:07 +00:00
Mention in PR comment script that you now need to be logged into GitHub to download artifacts.
8 lines
159 B
C#
8 lines
159 B
C#
namespace Ryujinx.BuildValidationTasks
|
|
{
|
|
public interface IValidationTask
|
|
{
|
|
public bool Execute(string projectPath, bool isGitRunner);
|
|
}
|
|
}
|