Fix workflows

This commit is contained in:
Lunny Xiao 2023-05-16 16:01:42 +08:00
parent a98fefb3dd
commit 5fa83bcb1f
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 1 deletions

View File

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