Skip to content

Support detected traffic light #51

Support detected traffic light

Support detected traffic light #51

name: Documentation Markdown Lint
on:
workflow_dispatch:
pull_request:
paths:
- "**/*.md"
- ".github/workflows/DocumentationLint.yaml"
types: [opened, synchronize, reopened]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v20