Skip to content

docs: CONTRIBUTING for uv/Typer/PyPI (#53) #15

docs: CONTRIBUTING for uv/Typer/PyPI (#53)

docs: CONTRIBUTING for uv/Typer/PyPI (#53) #15

Workflow file for this run

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