Skip to content

Commit 407da79

Browse files
committed
add linting to main workflow
1 parent a399b4e commit 407da79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
${{ steps.go-cache.outputs.gomodcache }}
4444
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
4545
- run: go test ./...
46-
# - run: helm lint --strict ./charts
46+
- run: helm lint --strict ./charts
4747
- run: make staticcheck
4848
- run: make vulncheck
4949
- name: Check code format and run code generators

0 commit comments

Comments
 (0)