Skip to content

Commit

Permalink
Add linting step to the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wormi4ok committed Dec 20, 2020
1 parent 3687129 commit 8d76f28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/setup-go@v1
with:
go-version: 1.15.x
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.33
- name: Test
run: go test -coverprofile coverage.txt -covermode=atomic ./...
- name: Code Coverage
Expand Down

0 comments on commit 8d76f28

Please sign in to comment.