Skip to content

Commit ee54478

Browse files
authored
Merge pull request #126 from mayankshah1607/fix-static-checks
CI: add `golint` and `misspell` to static checks
2 parents 341d133 + 163fab1 commit ee54478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: golangci/golangci-lint-action@v1
1414
with:
1515
version: v1.29
16-
args: -E=gofmt --timeout=30m0s
16+
args: -E=gofmt,golint,misspell --timeout=30m0s

0 commit comments

Comments
 (0)