mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-06-22 22:59:06 +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
|
||||
run: npm install -g markdownlint-cli
|
||||
- name: lint
|
||||
run: markdownlint -c .markdownlint.yaml '**/*.md'
|
||||
run: npx markdownlint '**/*.md'
|
Loading…
Add table
Add a link
Reference in a new issue