mint-backgrounds-pkg/.gitea/workflows/markdown-linters.yaml
Markus Pesch 71cb9a0cbf
All checks were successful
Markdown linter / markdown-lint (push) Successful in 12s
continuous-integration/drone/push Build is passing
chore(workflows): add sync
2025-04-14 16:44:45 +02:00

22 lines
451 B
YAML

name: Markdown linter
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
branches:
- '**'
tags-ignore:
- '**'
workflow_dispatch: {}
jobs:
markdown-lint:
container:
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Lint Markdown files
run: markdownlint --config .markdownlint.yaml .