Skip to content

Commit

Permalink
ci/gha: add golangci-lint run
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Jul 13, 2021
1 parent 2ed4073 commit 8a6c065
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -29,3 +29,12 @@ jobs:

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

lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
# must be specified without patch version
version: v1.41

0 comments on commit 8a6c065

Please sign in to comment.