Skip to content

Bump mkdocs-git-committers-plugin-2 from 2.2.2 to 2.3.0 #465

Bump mkdocs-git-committers-plugin-2 from 2.2.2 to 2.3.0

Bump mkdocs-git-committers-plugin-2 from 2.2.2 to 2.3.0 #465

Workflow file for this run

name: markdown-lint
on:
pull_request:
jobs:
markdown-lint:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: lint
run: |
npm install -g markdownlint-cli
npm install -g [email protected]
pwd
markdownlint "**/*.md" --disable MD013 MD033 MD045 MD024 MD041 MD029 MD051 -r markdownlint-rule-search-replace
markdownlint -V