Skip to content

Commit e3a5f5a

Browse files
committed
Update GH Action
1 parent 2e4154e commit e3a5f5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
run: |
3232
go get -u github.com/bradleyfalzon/apicompat/cmd/apicompat
3333
go get -u golang.org/x/lint/golint
34+
3435
- name: Run vet
3536
run: go vet -x ./...
3637

3738

38-
- name: Lint
39+
- name: Run golint
3940
run: test -z "$(golint ./...)" -e
4041

4142
- name: Format code

0 commit comments

Comments
 (0)