Skip to content

Commit

Permalink
Merge pull request #625 from Nordix/tuomo/add-spellcheck-for-docs
Browse files Browse the repository at this point in the history
add spellcheck and shellcheck for metal3-docs
  • Loading branch information
metal3-io-bot authored Jan 30, 2024
2 parents f1cd444 + 5822d10 commit eae51f5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,34 @@ presubmits:
value: "TRUE"
image: docker.io/pipelinecomponents/markdownlint-cli2:0.9.0@sha256:71370df6c967bae548b0bfd0ae313ddf44bfad87da76f88180eff55c6264098c
imagePullPolicy: Always
- name: shellcheck
run_if_changed: '((\.sh)|^Makefile)$'
decorate: true
spec:
containers:
- args:
- ./hack/shellcheck.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: docker.io/koalaman/shellcheck-alpine:v0.9.0@sha256:e19ed93c22423970d56568e171b4512c9244fc75dd9114045016b4a0073ac4b7
imagePullPolicy: Always
- name: spellcheck
run_if_changed: '(\.md|spellcheck\.sh|.cspell-config.json)$'
decorate: true
spec:
containers:
- args:
- ./hack/spellcheck.sh
command:
- sh
env:
- name: IS_CONTAINER
value: "TRUE"
image: ghcr.io/streetsidesoftware/cspell:8.3.2@sha256:2a6ab337b2f1a89e910653b46fdf219e3e4ec9662fc8d561b956c1fe14db9fac
imagePullPolicy: Always

metal3-io/ip-address-manager:
- name: gomod
Expand Down

0 comments on commit eae51f5

Please sign in to comment.