mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 23:19:39 -05:00
ci: use shfmt fork
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
ba899060fd
commit
9c405ceb02
11
.github/workflows/test-shellcheck.yml
vendored
11
.github/workflows/test-shellcheck.yml
vendored
@ -23,8 +23,19 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # tag=v3.3.1
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
|
||||
- name: Install shellfmt
|
||||
shell: bash
|
||||
run: |
|
||||
go install github.com/katexochen/sh/v3/cmd/shfmt@latest
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba # master
|
||||
with:
|
||||
severity: info
|
||||
ignore_paths: charts/cilium
|
||||
additional_files: $(shfmt -f . | grep -v helm/charts/cilium)
|
||||
|
2
.github/workflows/test-shellfmt.yml
vendored
2
.github/workflows/test-shellfmt.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Install shellfmt
|
||||
shell: bash
|
||||
run: |
|
||||
go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
||||
go install github.com/katexochen/sh/v3/cmd/shfmt@latest
|
||||
|
||||
- name: Run shellfmt
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user