Skip to content

Commit

Permalink
added golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Apr 23, 2020
1 parent a9f0e32 commit 755327c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Run Unit tests
- name: Run Linting Unit tests
run: |
# Install
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.25.0
make test

0 comments on commit 755327c

Please sign in to comment.