mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-07 04:10:16 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -165,6 +165,7 @@ t("All files should have valid required and optional fields", (t) => {
|
||||
// Validate email format
|
||||
if (data.owner.email) {
|
||||
t.regex(data.owner.email, emailRegex, `${file}: Owner email should be a valid email address`);
|
||||
t.true(!data.owner.email.endsWith("@users.noreply.github.com"), `${file}: Owner email should not be a GitHub no-reply email`);
|
||||
}
|
||||
|
||||
// Ensure 'record' field is not empty
|
||||
|
||||
Reference in New Issue
Block a user