Files
org/.github/workflows/ci.yaml
T
gandalf-the-greybeard[bot] c6a38da28f ci: add markdown linting workflow
2026-03-11 01:40:53 +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"