Skip to content

100

100 #1

Workflow file for this run

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