Skip to content

build(deps): bump mkdocs-material from 9.5.42 to 9.5.43 (#2126) #2381

build(deps): bump mkdocs-material from 9.5.42 to 9.5.43 (#2126)

build(deps): bump mkdocs-material from 9.5.42 to 9.5.43 (#2126) #2381

Workflow file for this run

name: Lint - Markdown
on:
push:
branches:
- master
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: markdownlint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/workdir \
ghcr.io/igorshubovych/markdownlint-cli \
-c "/workdir/.markdownlint.yaml" \
.