Skip to content

More fixes

More fixes #6

Workflow file for this run

name: lint markdown files
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: .markdownlint.json
globs: '**/*.md'