This commit is contained in:
Lunny Xiao 2023-04-14 14:14:23 +08:00
parent bc60112738
commit a98fefb3dd
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: npx markdownlint '**/*.md'
run: markdownlint '**/*.md'