add markdown lint

pull/113/head
Lunny Xiao 1 year ago
parent 7bb199a456
commit 5964ca3dad
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

@ -0,0 +1,12 @@
name: lint
on:
- push
- pull_request
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: lint
uses: articulate/actions-markdownlint@v1
Loading…
Cancel
Save