Validation Project v2 #471

Merged
GreemDev merged 59 commits from validation-v2 into master 2024-12-31 02:31:28 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 4e56b1493f - Show all commits

View File

@ -37,6 +37,10 @@ namespace Ryujinx.BuildValidationTasks
bool isGitRunner = path.Contains("runner") || path.Contains("D:\\a\\Ryujinx\\Ryujinx");
if (isGitRunner)
Console.WriteLine("Is Git Runner!");
if (isGitRunner && data.Contains("\r\n"))
throw new FormatException("locales.json is using CRLF line endings! It should be using LF line endings, build locally to fix...");
bool encounteredIssue = false;
for (int i = 0; i < json.Locales.Count; i++)

View File

@ -22598,4 +22598,4 @@
}
}
]
}
}