We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef74c7 commit feb9b6fCopy full SHA for feb9b6f
src/projects.ts
@@ -26,7 +26,7 @@ const projectSchema = {
26
oneOf: [{ type: "string" }, { type: "array", items: { type: "string" } }],
27
},
28
29
- required: ["commit", "glob", "repository"],
+ required: ["commit", "repository"],
30
additionalProperties: false,
31
};
32
0 commit comments