Skip to content

Commit

Permalink
Merge pull request #10 from tiendc/refactor/clean-up-github-workflow
Browse files Browse the repository at this point in the history
Cleanup github workflow
  • Loading branch information
tiendc authored Sep 23, 2023
2 parents c15d0da + 6471c7b commit f91fb04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:
${{ runner.os }}-go-
- name: Download Dependencies
run: |
go mod download
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
run: make prepare

- name: Lint
run: make lint
Expand Down

0 comments on commit f91fb04

Please sign in to comment.