Skip to content

Commit

Permalink
(bug) try adding gobin to path in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mworzala committed Apr 2, 2023
1 parent 513fb2c commit 631bbc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: Install goimports
run: go get golang.org/x/tools/cmd/goimports
run: |
go install golang.org/x/tools/cmd/goimports@latest
echo $(go env GOPATH)/bin >> $GITHUB_PATH
# pre-commit
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
Expand Down

0 comments on commit 631bbc8

Please # to comment.