Skip to content

Commit f37dcc9

Browse files
committed
Markdownlint: Allow 2 consecutive empty lines
1 parent a2b9931 commit f37dcc9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"no-multiple-blanks": {
3+
"maximum": 2
4+
}
5+
}

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ jobs:
5858
if: steps.changed-files-md.outputs.any_changed == 'true'
5959
uses: DavidAnson/markdownlint-cli2-action@v22
6060
with:
61+
config: '.github/markdownlint.json'
6162
globs: ${{ steps.changed-files-md.outputs.all_changed_files }}
6263
separator: ","

0 commit comments

Comments
 (0)