Skip to content

Merge pull request #1001 from TCoherence/fix/place-short-name-in-the-… #23

Merge pull request #1001 from TCoherence/fix/place-short-name-in-the-…

Merge pull request #1001 from TCoherence/fix/place-short-name-in-the-… #23

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: '**/*.md'