We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 341d133 + 163fab1 commit ee54478Copy full SHA for ee54478
.github/workflows/static.yaml
@@ -13,4 +13,4 @@ jobs:
13
uses: golangci/golangci-lint-action@v1
14
with:
15
version: v1.29
16
- args: -E=gofmt --timeout=30m0s
+ args: -E=gofmt,golint,misspell --timeout=30m0s
0 commit comments