Skip to content

Merge remote-tracking branch 'origin/feature/eng-5089-add-option-to-d… #190

Merge remote-tracking branch 'origin/feature/eng-5089-add-option-to-d…

Merge remote-tracking branch 'origin/feature/eng-5089-add-option-to-d… #190

Workflow file for this run

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