Skip to content

Commit ed3f3b8

Browse files
committed
explicitly install shellcheck in CI, just in case
1 parent 9a7eb35 commit ed3f3b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Test
2727
run: |
2828
set -e
29+
sudo apt-get -qq update && sudo apt-get install -y shellcheck
2930
go install github.com/go-critic/go-critic/cmd/gocritic@latest
3031
go install golang.org/x/tools/cmd/goimports@latest
3132
go install golang.org/x/lint/golint@latest
@@ -34,6 +35,3 @@ jobs:
3435
pre-commit install
3536
pre-commit run --all-files
3637
go test -v
37-
38-
#- name: Test
39-
#run: go test -v

0 commit comments

Comments
 (0)