prometheus-postgres-exporter/.gitea/workflows/markdown-linters.yaml
Markus Pesch 912277713e
Some checks failed
Markdown linter / markdown-link-checker (push) Failing after 1m33s
continuous-integration/drone/push Build is passing
WIP
2025-01-11 12:59:30 +01:00

20 lines
464 B
YAML

name: Markdown linter
on:
# pull_request:
# paths: [ "**/*.md" ]
# types: [ "opened", "reopened", "synchronize" ]
push: {}
# paths: [ "**/*.md" ]
workflow_dispatch: {}
jobs:
markdown-link-checker:
container: ghcr.io/renovatebot/renovate:39.103.0
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
github-server-url: https://git.cryptic.systems
- run: npm install && npm run readme:link