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 f59ff41 commit aae1513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: static program analysis
run: |
export PATH=$PATH:$(go env GOPATH)/bin # https://github.com/actions/setup-go/issues/14
echo $PATH
echo "PATH: $PATH"
echo "GOPATH: $GOPATH"
make fmt-check lint vet
env:
GOPATH: ${{ runner.workspace }}
Expand Down

0 comments on commit aae1513

Please sign in to comment.