test: add more golint checks
This commit is contained in:
parent
9cf4719a97
commit
aec7237c8d
4
.github/workflows/static.yaml
vendored
4
.github/workflows/static.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.29
|
||||
args: -E=gofmt,golint,misspell --timeout=30m0s
|
||||
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,golint,misspell --timeout=30m0s
|
||||
verify-helm:
|
||||
name: Verify Helm
|
||||
runs-on: ubuntu-latest
|
||||
@ -23,4 +23,4 @@ jobs:
|
||||
- name: Verify Helm
|
||||
run: |
|
||||
sudo snap install yq
|
||||
sudo hack/verify-helm-chart.sh
|
||||
sudo hack/verify-helm-chart.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user