Skip to content

Commit

Permalink
(bug) install goimports for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mworzala committed Apr 2, 2023
1 parent 678a731 commit d19f339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- run: go install golang.org/x/tools/cmd/goimports@latest
# pre-commit
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
Expand Down

0 comments on commit d19f339

Please # to comment.