Skip to content

Bump mkdocstrings[python] from 0.26.2 to 0.27.0 #118

Bump mkdocstrings[python] from 0.26.2 to 0.27.0

Bump mkdocstrings[python] from 0.26.2 to 0.27.0 #118

Workflow file for this run

name: Markdownlint
on: [ push, pull_request ]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: '.markdownlint.yaml'
globs: |
**/*.md
!docs/changelog.md
!docs/index.md
!docs/license.md