Skip to content

Commit

Permalink
Undo GA lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 6, 2024
1 parent ff4ebf9 commit c0f1c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check helm docs did not change anything
run: |
CHANGES=$(git diff charts :^charts/kafka-manager)
CHANGES=$(git diff --stat charts :^charts/kafka-manager)
if [ -n "${CHANGES}" ]; then
printf "README is not up to date with helm-docs. Following mismatches are detected:\n$CHANGES\n"
exit 1
Expand Down

0 comments on commit c0f1c4e

Please sign in to comment.