Skip to content

Commit

Permalink
add linting to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thokra-nav committed Feb 12, 2024
1 parent a399b4e commit 407da79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
${{ steps.go-cache.outputs.gomodcache }}
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
- run: go test ./...
# - run: helm lint --strict ./charts
- run: helm lint --strict ./charts
- run: make staticcheck
- run: make vulncheck
- name: Check code format and run code generators
Expand Down

0 comments on commit 407da79

Please sign in to comment.