Skip to content

build(deps): bump mkdocs-include-markdown-plugin from 7.0.0 to 7.0.1 … #2402

build(deps): bump mkdocs-include-markdown-plugin from 7.0.0 to 7.0.1 …

build(deps): bump mkdocs-include-markdown-plugin from 7.0.0 to 7.0.1 … #2402

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" \
.