Skip to content

Commit 053cf42

Browse files
committed
feat: add TODO for modifying the test script option in config schema
1 parent cfaa437 commit 053cf42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const dependentSchema = joi.object({
1717
pullRequest: joi.boolean().optional(),
1818
sha: joi.string().optional().default('HEAD'),
1919
mode: joi.string().valid('pull-request', 'download').optional().default('pull-request')
20+
// TODO: add option for modify the test script
2021
}).unknown(false)
2122

2223
exports.schema = joi.object({

0 commit comments

Comments
 (0)