ci: add markdown linting workflow

This commit is contained in:
2026-03-10 16:56:59 +00:00
parent 5c32fed4d8
commit 2c6aee88c1
+19
View File
@@ -0,0 +1,19 @@
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: local-ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'