Skip to content

Merge pull request #479 from nextmv-io/merschformann/dag-mermaid #3843

Merge pull request #479 from nextmv-io/merschformann/dag-mermaid

Merge pull request #479 from nextmv-io/merschformann/dag-mermaid #3843

Workflow file for this run

name: markdown lint
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
sdk-markdown-lint:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v7
with:
globs: "**/*.md"