mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-20 20:24:22 -04:00
Allow listing separate args for shfmt
This commit is contained in:
parent
366b7ffed4
commit
9f6a8ffd4c
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue