Skip to content

Bump mkdocstrings[python] from 0.26.0 to 0.26.1 #67

Bump mkdocstrings[python] from 0.26.0 to 0.26.1

Bump mkdocstrings[python] from 0.26.0 to 0.26.1 #67

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@v16
with:
config: '.markdownlint.yaml'
globs: |
**/*.md
!docs/changelog.md
!docs/index.md
!docs/license.md