Skip to content

Commit

Permalink
Update radix-api-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeknudsen authored Oct 9, 2019
1 parent 162dfa7 commit fcbb7a0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/radix-api-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ jobs:

- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
- name: Linting
run: golint `go list ./...`

Expand Down

0 comments on commit fcbb7a0

Please sign in to comment.