We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shellcheck
1 parent 9a7eb35 commit ed3f3b8Copy full SHA for ed3f3b8
.github/workflows/go.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Test
27
run: |
28
set -e
29
+ sudo apt-get -qq update && sudo apt-get install -y shellcheck
30
go install github.com/go-critic/go-critic/cmd/gocritic@latest
31
go install golang.org/x/tools/cmd/goimports@latest
32
go install golang.org/x/lint/golint@latest
@@ -34,6 +35,3 @@ jobs:
34
35
pre-commit install
36
pre-commit run --all-files
37
go test -v
-
38
- #- name: Test
39
- #run: go test -v
0 commit comments