Skip to content

chore: bump dev from v44 to v45 #90

chore: bump dev from v44 to v45

chore: bump dev from v44 to v45 #90

Workflow file for this run

name: markdown
permissions:
contents: read
on:
pull_request:
paths:
- '**/*.md'
- .github/workflows/markdown.yml
jobs:
markdownlint:
timeout-minutes: 5
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0
with:
globs: "**/*.md"