Skip to content

Commit 5389e94

Browse files
committed
Run the linter in a separate job to avoid memory issues
1 parent cfed4e3 commit 5389e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
5656
5757
- name: Run linter
58-
run: golangci-lint run
58+
run: golangci-lint run ./...

0 commit comments

Comments
 (0)