yamllint-docker/.gitea/workflows/markdown-linters.yaml
CSRBot d44e8fb712
Some checks failed
Build / build-amd64 (pull_request) Successful in 27s
Lint Markdown files / markdown-lint (pull_request) Failing after 5s
Build / build-arm64 (pull_request) Successful in 2m5s
chore(deps): update davidanson/markdownlint-cli2-action action to v20
2025-05-15 07:17:42 +00:00

23 lines
362 B
YAML

name: 'Lint Markdown files'
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- master
workflow_dispatch: {}
jobs:
markdown-lint:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with:
globs: '**/*.md'