This commit is contained in:
Lunny Xiao 2023-04-14 14:06:45 +08:00
parent ae95884ddb
commit 77019d28e2
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
2 changed files with 19 additions and 0 deletions

View File

@ -11,4 +11,5 @@ jobs:
- name: lint - name: lint
uses: https://github.com/articulate/actions-markdownlint@v1 uses: https://github.com/articulate/actions-markdownlint@v1
with: with:
config: .markdownlint.yaml
files: '**/*.md' files: '**/*.md'

18
.markdownlint.yaml Normal file
View File

@ -0,0 +1,18 @@
commands-show-output: false
fenced-code-language: false
first-line-h1: false
header-increment: false
line-length: {code_blocks: false, tables: false, stern: true, line_length: -1}
no-alt-text: false
no-bare-urls: false
no-blanks-blockquote: false
no-duplicate-header: {allow_different_nesting: true}
no-emphasis-as-header: false
no-empty-links: false
no-hard-tabs: {code_blocks: false}
no-inline-html: false
no-space-in-code: false
no-space-in-emphasis: false
no-trailing-punctuation: false
no-trailing-spaces: {br_spaces: 0}
single-h1: false