Skip to content

Bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0 #72

Bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0

Bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0 #72

Workflow file for this run

name: Markdown
permissions:
contents: read
on:
pull_request:
paths:
- '**/*.md'
- .github/workflows/markdown.yml
jobs:
md-lint:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809
with:
globs: "**/*.md"