Skip to content

Commit 3236b1b

Browse files
committed
Remove installation of shfmt in the build workflow
The new pre-commit hook provides `shfmt` binaries so we no longer need to ensure it is installed.
1 parent 4a63dbe commit 3236b1b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ jobs:
114114
PACKAGE_URL: github.com/securego/gosec/v2/cmd/gosec
115115
PACKAGE_VERSION: ${{ steps.setup-env.outputs.gosec-version }}
116116
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
117-
- name: Install shfmt
118-
env:
119-
PACKAGE_URL: mvdan.cc/sh/v3/cmd/shfmt
120-
PACKAGE_VERSION: ${{ steps.setup-env.outputs.shfmt-version }}
121-
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
122117
- name: Install staticcheck
123118
env:
124119
PACKAGE_URL: honnef.co/go/tools/cmd/staticcheck

0 commit comments

Comments
 (0)