Skip to content

Commit

Permalink
Merge pull request #126 from mayankshah1607/fix-static-checks
Browse files Browse the repository at this point in the history
CI: add `golint` and `misspell` to static checks
  • Loading branch information
k8s-ci-robot authored Oct 2, 2020
2 parents 341d133 + 163fab1 commit ee54478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: golangci/golangci-lint-action@v1
with:
version: v1.29
args: -E=gofmt --timeout=30m0s
args: -E=gofmt,golint,misspell --timeout=30m0s

0 comments on commit ee54478

Please sign in to comment.