Skip to content

Commit ee2456f

Browse files
committed
Don't build during linting
Building is already covered in CI workflows that run tests
1 parent 7ba9773 commit ee2456f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,3 @@ jobs:
5252
done < <(bin/golangci-lint run --out-format tab)
5353
5454
exit $STATUS
55-
56-
- name: Build
57-
run: go build -v ./cmd/gh

0 commit comments

Comments
 (0)