Allow listing separate args for shfmt

This commit is contained in:
Malte Poll 2022-11-14 13:20:36 +01:00 committed by Malte Poll
parent 366b7ffed4
commit 9f6a8ffd4c

View File

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