mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-03-14 19:30:09 +01:00
Fix bug
This commit is contained in:
parent
129b9b2974
commit
bc60112738
@ -11,4 +11,4 @@ jobs:
|
|||||||
- name: install markdown-cli
|
- name: install markdown-cli
|
||||||
run: npm install -g markdownlint-cli
|
run: npm install -g markdownlint-cli
|
||||||
- name: lint
|
- name: lint
|
||||||
run: markdownlint -c .markdownlint.yaml '**/*.md'
|
run: npx markdownlint '**/*.md'
|
Loading…
x
Reference in New Issue
Block a user