Skip to content

Commit

Permalink
helm: show diff on lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
skrobul committed Dec 5, 2024
1 parent 28730e0 commit 8732afb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/helm-charts-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ jobs:
uses: gabe565/[email protected]
- name: Generate documentation
uses: losisin/[email protected]
id: generate
with:
chart-search-root: "helm-charts/"
# ensures that no value changes are committed without updating the
# documentation.
fail-on-diff: true
- name: Show diff
if: ${{ failure() && steps.generate.conclusion == "failure" }}
run:
git diff

0 comments on commit 8732afb

Please sign in to comment.