From e1f166ed89371b4cea7f78d438270945326b31a0 Mon Sep 17 00:00:00 2001 From: ehila Date: Wed, 13 May 2026 15:14:01 -0400 Subject: [PATCH] fix: resolve lint markdown job failure Signed-off-by: ehila --- .../edge-tooling/openshift-eng-edge-tooling-main.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ci-operator/config/openshift-eng/edge-tooling/openshift-eng-edge-tooling-main.yaml b/ci-operator/config/openshift-eng/edge-tooling/openshift-eng-edge-tooling-main.yaml index c25c425d79bb9..2d17ab689228b 100644 --- a/ci-operator/config/openshift-eng/edge-tooling/openshift-eng-edge-tooling-main.yaml +++ b/ci-operator/config/openshift-eng/edge-tooling/openshift-eng-edge-tooling-main.yaml @@ -3,6 +3,10 @@ base_images: name: claude-ai-helpers namespace: ci tag: latest + promotedmarkdownlint: + name: markdownlint-cli2 + namespace: ci + tag: latest shellcheck: name: shellcheck namespace: ci @@ -37,15 +41,13 @@ resources: tests: - always_run: false as: markdownlint - commands: make lint-markdown + commands: pwd && ls -la && cat Makefile && make lint-markdown container: - clone: true - from: markdownlint-cli2 + from: promotedmarkdownlint run_if_changed: (\.md|^Makefile|^hack/.*markdown.*|^\.markdown.*)$ - as: shellcheck commands: make lint-shellcheck container: - clone: true from: shellcheck run_if_changed: .sh$ - as: ocp-ci-monitor