Skip to content

Bump mkdocs-material from 9.5.34 to 9.5.36 (#10) #74

Bump mkdocs-material from 9.5.34 to 9.5.36 (#10)

Bump mkdocs-material from 9.5.34 to 9.5.36 (#10) #74

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