Use markdownlint-cli

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

@ -8,8 +8,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: install markdown-cli
run: npm install -g markdownlint-cli
- name: lint
uses: https://github.com/articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
files: '**/*.md'
run: markdownlint -c .markdownlint.yaml '**/*.md'
Loading…
Cancel
Save