Skip to content

Merge pull request #44 from sbryngelson/mkdocs-readthedocs #2

Merge pull request #44 from sbryngelson/mkdocs-readthedocs

Merge pull request #44 from sbryngelson/mkdocs-readthedocs #2

Workflow file for this run

name: Markdown Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: "docs/**/*.md"