add content linter check for yaml scheduled jobs (#43024)
This commit is contained in:
@@ -39,6 +39,11 @@ export const githubDocsConfig = {
|
||||
severity: 'warning',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'yaml-scheduled-jobs': {
|
||||
// GHD009
|
||||
severity: 'error',
|
||||
'partial-markdown-files': true,
|
||||
},
|
||||
'list-first-word-capitalization': {
|
||||
// GH011
|
||||
severity: 'warning',
|
||||
|
||||
Reference in New Issue
Block a user