ansible-role-dhcpd/.gitea/workflows/markdown-linters.yaml
CSRBot bb086f3eed
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 52s
Lint Markdown files / markdown-lint (push) Successful in 11s
Ansible Linter / ansible-lint (pull_request) Failing after 49s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
2025-04-14 22:35:06 +02:00

20 lines
428 B
YAML

name: Lint Markdown files
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
branches: [ '**' ]
tags-ignore: [ '**' ]
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 .