fix(actions): switch from curl to wget
All checks were successful
/ validate (push) Successful in 4s

This commit is contained in:
jad0s 2026-05-19 19:37:52 +02:00
parent 9ab1fc988b
commit c9700654f7

View file

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