Skip to content

Commit

Permalink
Fix CircleCI ineffassign step (#486)
Browse files Browse the repository at this point in the history
* Update circleci ineffassign step

* Install ineffassign in worker
  • Loading branch information
carlocamurri authored Jan 4, 2021
1 parent e19c1ae commit 5c7ebdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ jobs:
name: ineffassign
command: |
cd /tmp
go run github.com/gordonklaus/ineffassign ~/go/src/github.com/G-Research/armada
go get -u github.com/gordonklaus/ineffassign
cd ~/go/src/github.com/G-Research/armada
ineffassign ./...
- run:
name: Check formatting
Expand Down

0 comments on commit 5c7ebdc

Please sign in to comment.