mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 23:19:39 -05:00
Allow listing separate args for shfmt
This commit is contained in:
parent
366b7ffed4
commit
9f6a8ffd4c
3
.github/workflows/test-shellfmt.yml
vendored
3
.github/workflows/test-shellfmt.yml
vendored
@ -36,4 +36,5 @@ jobs:
|
|||||||
- name: Run shellfmt
|
- name: Run shellfmt
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user