prometheus-postgres-exporter/.gitea/workflows/markdown-linters.yaml
Markus Pesch 5dd2894d59
Some checks failed
Markdown linter / markdown-link-checker (push) Failing after 1m56s
continuous-integration/drone/push Build is passing
WIP
2025-01-11 13:07:06 +01:00

24 lines
549 B
YAML

name: Markdown linter
on:
# pull_request:
# paths: [ "**/*.md" ]
# types: [ "opened", "reopened", "synchronize" ]
push: {}
# paths: [ "**/*.md" ]
workflow_dispatch: {}
jobs:
markdown-link-checker:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- run: |
apt update --yes
apt install --yes build-essential
- env:
HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems
HELM_IMAGE_REPOSITORY: docker/library/node
run: |
make container-run/readme/link