mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-07-13 23:53:13 +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);
|
|
}
|
|
}
|