Skip to content

Commit

Permalink
Added tests and lint
Browse files Browse the repository at this point in the history
- lint test
- run testcases
  • Loading branch information
kunalkushwaha committed Oct 30, 2019
1 parent b9fbfff commit 00b52e9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -24,8 +24,14 @@ jobs:
dep ensure
fi
- name: GolangCI-Lint Action
uses: actions-contrib/golangci-lint@v0.1.0

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
# uses: docker://reviewdog/action-golangci-lint:v1 # pre-build docker image
with:
github_token: ${{ secrets.github_token }}

- name: Test
run: go test ./...

- name: Build
run: go build -v .

0 comments on commit 00b52e9

Please sign in to comment.