Skip to content

Bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 (#856) #61

Bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 (#856)

Bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 (#856) #61

# Copyright (C) The DDC development team, see COPYRIGHT.md file
#
# SPDX-License-Identifier: MIT
---
name: Markdown checks
# yamllint disable-line rule:truthy
on:
pull_request:
paths:
- '.github/workflows/markdown-checks.yaml'
- '**.md'
push:
branches:
- main
paths:
- '.github/workflows/markdown-checks.yaml'
- '**.md'
workflow_dispatch:
permissions:
contents: read
jobs:
markdown-lint:
name: Markdown lint using markdownlint-cli2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0