Skip to content

Commit

Permalink
(bug) fix goimports installation in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mworzala committed Apr 2, 2023
1 parent d19f339 commit 513fb2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go install golang.org/x/tools/cmd/goimports@latest
- name: Install goimports
run: go get golang.org/x/tools/cmd/goimports
# pre-commit
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
Expand Down

0 comments on commit 513fb2c

Please # to comment.