Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down