From bde198ab0fd3808f3b3fc2b3197424230d23393f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 11 Jan 2025 13:15:40 +0100 Subject: [PATCH] wip --- .gitea/workflows/markdown-linters.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index 02ef0b1..b23d941 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -14,14 +14,15 @@ jobs: - ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - name: Install build tools - run: | - apt update --yes - apt install --yes build-essential + # - 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: | + ls -la $(pwd) make container-run/readme/link \ No newline at end of file