mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2025-06-22 14:49:06 +00:00
Fix bug
This commit is contained in:
parent
bc60112738
commit
a98fefb3dd
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: npx markdownlint '**/*.md'
|
||||
run: markdownlint '**/*.md'
|
Loading…
Add table
Add a link
Reference in a new issue