add bash as dep
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 13s
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 13s
This commit is contained in:
@@ -19,7 +19,8 @@ jobs:
|
|||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
npm \
|
npm \
|
||||||
nodejs
|
nodejs \
|
||||||
|
bash
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -35,6 +36,7 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Validate Manifests
|
- name: Validate Manifests
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Define schema mappings
|
# Define schema mappings
|
||||||
declare -A SCHEMA_MAP=(
|
declare -A SCHEMA_MAP=(
|
||||||
|
|||||||
Reference in New Issue
Block a user