1
0
mirror of synced 2025-12-20 02:19:14 -05:00

add content linter check for yaml scheduled jobs (#43024)

This commit is contained in:
Grace Park
2023-09-25 11:59:57 -07:00
committed by GitHub
parent e5aece3a41
commit 69ac3e620c
7 changed files with 149 additions and 2 deletions

View File

@@ -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',