fix
Some checks failed
Markdown linter / markdown-link-checker (push) Failing after 6s
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2025-01-11 13:32:14 +01:00
parent 220bb9cfef
commit 7b3bea4956
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -12,13 +12,13 @@ jobs:
markdown-link-checker:
container:
image: docker.io/library/node:22.9.0-alpine
options: --entrypoint /bin/sh
# options: --entrypoint /bin/sh
runs-on:
- ubuntu-latest
steps:
- run: |
apk update
apk add git
apk install
- uses: actions/checkout@v4.2.2
# - name: Install build tools
# run: |