[linter] Set code_block_line_length linter rule to 300

This commit is contained in:
Sergey Konovalov
2023-01-26 17:43:21 +03:00
parent 325a68877b
commit 8ee547cad7
3 changed files with 15 additions and 52 deletions

View File

@ -17,5 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: '*.md,develop/*.md,scripts/**.md'
separator: ','
globs: |
.markdownlint.jsonc
'*.md,develop/*.md,scripts/**.md'
separator: ','