Fix workflows

pull/114/head
Lunny Xiao 12 months ago
parent a98fefb3dd
commit 5fa83bcb1f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

@ -8,7 +8,8 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- name: install markdown-cli
- uses: actions/checkout@v3
- name: install markdownlint-cli
run: npm install -g markdownlint-cli
- name: lint
run: markdownlint '**/*.md'
Loading…
Cancel
Save