Skip to content

chore: bump github/codeql-action from 3.28.12 to 3.28.13 #934

chore: bump github/codeql-action from 3.28.12 to 3.28.13

chore: bump github/codeql-action from 3.28.12 to 3.28.13 #934

Workflow file for this run

name: Markdown Lint Check
on:
pull_request:
jobs:
markdownlint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" --config .markdownlint.json
- name: "Markdown Lint Check"
uses: DavidAnson/markdownlint-cli2-action@v19
with:
fix: false
globs: |
**/*.md
!**/CHANGELOG.md
continue-on-error: true