Skip to content

Bump DavidAnson/markdownlint-cli2-action from 15.0.0 to 16.0.0 #65

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

Bump DavidAnson/markdownlint-cli2-action from 15.0.0 to 16.0.0 #65

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@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
with:
globs: "**/*.md"