From 220bb9cfef3365d269f9808003af5ebc04eea5fb Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 11 Jan 2025 13:30:48 +0100 Subject: [PATCH] test --- .gitea/workflows/markdown-linters.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index b23d941..768517e 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -10,9 +10,15 @@ on: 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: | @@ -24,5 +30,6 @@ jobs: HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems HELM_IMAGE_REPOSITORY: docker/library/node run: | + pwd ls -la $(pwd) make container-run/readme/link \ No newline at end of file