We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d530129 commit c13d6bdCopy full SHA for c13d6bd
.github/workflows/markdown-linter.yml
@@ -36,4 +36,5 @@ jobs:
36
VALIDATE_ALL_CODEBASE: false
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
VALIDATE_MARKDOWN: true
39
- DEFAULT_BRANCH: ${{ github.base_ref }}
+ DEFAULT_BRANCH: ${{ github.base_ref }}
40
+ MARKDOWN_LINT_CONFIG_FILE: .markdownlint.json
.markdownlint.json
@@ -0,0 +1,3 @@
1
+{
2
+ "no-duplicate-heading": false
3
+}
0 commit comments