mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: improve shellfmt workflow code
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
09969afd57
commit
4f66519fb0
2
.github/workflows/test-shellfmt.yml
vendored
2
.github/workflows/test-shellfmt.yml
vendored
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user