We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a399b4e commit 407da79Copy full SHA for 407da79
.github/workflows/main.yaml
@@ -43,7 +43,7 @@ jobs:
43
${{ steps.go-cache.outputs.gomodcache }}
44
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
45
- run: go test ./...
46
- # - run: helm lint --strict ./charts
+ - run: helm lint --strict ./charts
47
- run: make staticcheck
48
- run: make vulncheck
49
- name: Check code format and run code generators
0 commit comments