Skip to content

Commit

Permalink
Update GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
berabulut committed Nov 22, 2021
1 parent 2e4154e commit e3a5f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
run: |
go get -u github.com/bradleyfalzon/apicompat/cmd/apicompat
go get -u golang.org/x/lint/golint
- name: Run vet
run: go vet -x ./...


- name: Lint
- name: Run golint
run: test -z "$(golint ./...)" -e

- name: Format code
Expand Down

0 comments on commit e3a5f5a

Please sign in to comment.