Skip to content

Commit

Permalink
cleanup pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Apr 20, 2024
1 parent 0ac7883 commit 682bbfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: deps
run: make deps
- name: static program analysis
run: make fmt-check lint vet
run: |
export PATH=$PATH:$(go env GOPATH)/bin # https://github.com/actions/setup-go/issues/14
make fmt-check lint vet
- name: build
run: make build
- name: test
Expand Down

0 comments on commit 682bbfa

Please sign in to comment.