Files
org/.github/workflows/ci.yaml
T
hugh-hackman[bot] c0186224d8 ci: add markdown linting workflow (#16)
* ci: add markdown linting workflow

* fix: disable MD025 for frontmatter and H1 compatibility

---------

Co-authored-by: gandalf-the-greybeard[bot] <gandalf-the-greybeard[bot]@users.noreply.github.com>
2026-03-11 01:57:37 +00:00

18 lines
290 B
YAML

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