Merge branch 'main' into patch-11

This commit is contained in:
William Harrison
2025-01-02 23:42:41 +11:00
committed by GitHub
+2
View File
@@ -53,6 +53,8 @@ t("New JSON files must be owned by the PR author", async (t) => {
const newDomainFiles = newFiles.filter((file) => !currentFiles.includes(file));
console.log(newDomainFiles);
const checks = newDomainFiles.map(async (file) => {
const domain = await getJSONContent(domainsPath, file);