Add markdownlint CI (#210)

This commit is contained in:
offa
2022-03-23 16:32:37 +01:00
parent 163a975eab
commit b4196e0fa8
+12
View File
@@ -11,3 +11,15 @@ jobs:
uses: actions/checkout@main uses: actions/checkout@main
- name: Check - name: Check
run: ./check.sh run: ./check.sh
markdownlint:
runs-on: ubuntu-latest
name: Markdownlint
steps:
- name: Checkout
uses: actions/checkout@main
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@master
with:
files: "*.md"
config_file: .markdownlint.json