pull/114/head
Lunny Xiao 1 year ago
parent 129b9b2974
commit bc60112738
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

@ -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…
Cancel
Save