fix(actions): add verbosity to curl command
All checks were successful
/ validate (push) Successful in 5s

This commit is contained in:
jad0s 2026-05-19 19:29:11 +02:00
parent c82664d952
commit 9ab1fc988b

View file

@ -12,7 +12,7 @@ jobs:
- name: Install kubeconform - name: Install kubeconform
run: | run: |
curl -sL https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xz curl -fsSL https://github.com/yannh/kubeconform/releases/latest/download/kubeconform-linux-amd64.tar.gz | tar xz
mv kubeconform /usr/local/bin mv kubeconform /usr/local/bin
- name: Validate manifests - name: Validate manifests