Skip to content

Commit

Permalink
Add lint build step
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-vovk committed Aug 17, 2024
1 parent d5593bf commit a75b6dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Lint Helm Chart
run: helm lint charts/kube-logs-datadog-sender

- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit a75b6dd

Please sign in to comment.