Skip to content

chore: bump dev from v44 to v45 #91

chore: bump dev from v44 to v45

chore: bump dev from v44 to v45 #91

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@a23dae216ce3fee4db69da41fed90d2a4af801cf
with:
globs: "**/*.md"