mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-06-28 07:36:41 +00:00
Fix bug
This commit is contained in:
parent
129b9b2974
commit
bc60112738
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue