Skip to content

Commit

Permalink
Add linter (#2)
Browse files Browse the repository at this point in the history
* Add linter

* Add linter version
  • Loading branch information
lalabuy948 committed Aug 17, 2020
1 parent 61e21a6 commit 4dd07c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:
go get -v
go test -timeout=60s -v -covermode=count -coverprofile=$GITHUB_WORKSPACE/profile.cov_tmp
cat $GITHUB_WORKSPACE/profile.cov_tmp | grep -v "_mock.go" > $GITHUB_WORKSPACE/profile.cov
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v1.2.1
with:
version: v1.29

0 comments on commit 4dd07c0

Please sign in to comment.