mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-14 02:49:30 -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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue