drone-email/.gitea/workflows/markdown-linters.yaml
Markus Pesch 3db9427be3
Some checks failed
Markdown linter / markdown-lint (push) Successful in 8s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 10s
Golang Tests / unittest (push) Has been cancelled
feat: use goreleaser
2025-05-31 18:12:51 +02:00

20 lines
447 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.45.0
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Lint Markdown files
run: markdownlint --config .markdownlint.yaml .