From 3be397723362110771b67c94243bc835e258b0a1 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 11 Jan 2025 13:33:54 +0100 Subject: [PATCH] fix --- .gitea/workflows/markdown-linters.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index 2c7f029..a61ea12 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -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 \ No newline at end of file + run: npm install && npm run readme:link \ No newline at end of file