fix
All checks were successful
Markdown linter / markdown-link-checker (push) Successful in 28s
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2025-01-11 13:33:54 +01:00
parent c0ab5d6f61
commit b81bd47330
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -20,16 +20,5 @@ jobs:
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
run: npm install && npm run readme:link