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 cfaa437 commit 053cf42Copy full SHA for 053cf42
lib/config.js
@@ -17,6 +17,7 @@ const dependentSchema = joi.object({
17
pullRequest: joi.boolean().optional(),
18
sha: joi.string().optional().default('HEAD'),
19
mode: joi.string().valid('pull-request', 'download').optional().default('pull-request')
20
+ // TODO: add option for modify the test script
21
}).unknown(false)
22
23
exports.schema = joi.object({
0 commit comments