mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-24 08:25:23 +00:00
Merge branch 'main' into patch-11
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user