prometheus-postgres-exporter/.gitea/workflows/markdown-linters.yaml
Markus Pesch c0ab5d6f61
Some checks failed
Markdown linter / markdown-link-checker (push) Failing after 12s
continuous-integration/drone/push Build is passing
asdasd
2025-01-11 13:32:59 +01:00

35 lines
855 B
YAML

name: Markdown linter
on:
# pull_request:
# paths: [ "**/*.md" ]
# types: [ "opened", "reopened", "synchronize" ]
push: {}
# paths: [ "**/*.md" ]
workflow_dispatch: {}
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:22.9.0-alpine
# options: --entrypoint /bin/sh
runs-on:
- ubuntu-latest
steps:
- run: |
apk update
apk add git
- uses: actions/checkout@v4.2.2
# - name: Install build tools
# run: |
# apt update --yes
# apt install --yes build-essential
- name: Verify links in markdown files
env:
CONTAINER_RUNTIME: docker
HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems
HELM_IMAGE_REPOSITORY: docker/library/node
run: |
pwd
ls -la $(pwd)
make container-run/readme/link