mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
[linter] Set code_block_line_length linter rule to 300
This commit is contained in:
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@ -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: ','
|
||||
|
||||
Reference in New Issue
Block a user