Skip to content

Commit

Permalink
Run golint as a part of CI tests (#1427)
Browse files Browse the repository at this point in the history
Updates SDKs GitHub actions to run golint tooling as a part of CI process.
  • Loading branch information
jasdel committed Sep 21, 2021
1 parent a930583 commit cf48bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Install golint
if: ${{ matrix.go-version == '1.17' }}
run: go install golang.org/x/lint/golint@latest

- name: Test
run: make ci-test-no-generate

Expand Down

0 comments on commit cf48bcd

Please sign in to comment.