Skip to content

Commit feb9b6f

Browse files
committed
Fix
1 parent bef74c7 commit feb9b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const projectSchema = {
2626
oneOf: [{ type: "string" }, { type: "array", items: { type: "string" } }],
2727
},
2828
},
29-
required: ["commit", "glob", "repository"],
29+
required: ["commit", "repository"],
3030
additionalProperties: false,
3131
};
3232

0 commit comments

Comments
 (0)