We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b9931 commit f37dcc9Copy full SHA for f37dcc9
2 files changed
.github/config.markdownlint-cli2.jsonc
@@ -0,0 +1,5 @@
1
+{
2
+ "no-multiple-blanks": {
3
+ "maximum": 2
4
+ }
5
+}
.github/workflows/linter.yml
@@ -58,5 +58,6 @@ jobs:
58
if: steps.changed-files-md.outputs.any_changed == 'true'
59
uses: DavidAnson/markdownlint-cli2-action@v22
60
with:
61
+ config: '.github/markdownlint.json'
62
globs: ${{ steps.changed-files-md.outputs.all_changed_files }}
63
separator: ","
0 commit comments