ci: improve shellfmt workflow code

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2022-11-11 16:46:15 +01:00
parent 09969afd57
commit 4f66519fb0

View File

@ -36,4 +36,4 @@ jobs:
- name: Run shellfmt
shell: bash
run: |
shfmt -i 2 -d -s -sr $(shfmt -f . | grep -v helm/charts/cilium)
shfmt -i 2 -d -s -sr "$(shfmt -f . | grep -v helm/charts/cilium)"