Skip to content

Merge pull request #93 from nextmv-io/feature/eng-5693-move-to-offici… #555

Merge pull request #93 from nextmv-io/feature/eng-5693-move-to-offici…

Merge pull request #93 from nextmv-io/feature/eng-5693-move-to-offici… #555

Workflow file for this run

name: markdown lint
on: [push]
jobs:
community-apps-markdown-lint:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v14
with:
globs: "**/*.md"