Skip to content

markdownlint workflow #11

markdownlint workflow

markdownlint workflow #11

Workflow file for this run

name: Markdown lint
on: [pull_request]
jobs:
markdownlint:
name: markdownlint-cli
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
id: linter
continue-on-error: true
with:
globs: 'src/**/*.md'
config: '.markdownlint.jsonc'
- name: Add PR Comment
if: ${{steps.linter.outcome == 'failure'}}
uses: mshick/[email protected]
with:
message: |
Markdownlint has detected errors