add markdownlint
parent
47c3b43127
commit
d56f13b57c
|
@ -11,9 +11,5 @@ trim_trailing_whitespace = true
|
|||
[*.py]
|
||||
indent_size = 4
|
||||
|
||||
[*.md]
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[layouts/**/*]
|
||||
insert_final_newline = false
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
submodules: true
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v2
|
||||
- run: npx markdownlint .
|
||||
- run: npx markdownlint-cli .
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
submodules: true
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v2
|
||||
- run: npx markdownlint .
|
||||
- run: npx markdownlint-cli .
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue