Skip to content

Commit c4ee81e

Browse files
committed
fix: correct ci workflow yaml
1 parent e2203bb commit c4ee81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
1919

2020
- name: Run golangci-lint
21-
run: "$(go env GOPATH)/bin/golangci-lint" run ./...
21+
run: |
22+
"$(go env GOPATH)/bin/golangci-lint" run ./...
2223
2324
- name: Run govulncheck
2425
run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...

0 commit comments

Comments
 (0)