Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Install go get outside cli directory (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayanB authored Aug 25, 2020
1 parent 3dc945c commit 9df7b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/esad-cli-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:

- name: Format
run: |
cd ..
go get golang.org/x/tools/cmd/goimports
cd cli
goimports -w .
- name: Check for modified files
id: git-check
Expand Down

0 comments on commit 9df7b59

Please sign in to comment.