Add markdownlint CI (#210)

This commit is contained in:
offa 2022-03-23 16:27:47 +01:00
commit b4196e0fa8

View file

@ -11,3 +11,15 @@ jobs:
uses: actions/checkout@main
- name: Check
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