This commit is contained in:
Lunny Xiao 2023-04-14 14:12:31 +08:00
parent 129b9b2974
commit bc60112738
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -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'