Files
mint-backgrounds-pkg/.gitea/workflows/markdown-linters.yaml
Markus Pesch be681f4519
All checks were successful
continuous-integration/drone/push Build is passing
fix(ci): use act_runner
2025-04-13 23:11:18 +02:00

22 lines
422 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:044.0
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Lint Markdown files
run: markdownlint .