Skip to content

Commit

Permalink
adding docs to lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Feb 22, 2024
1 parent 0a4b184 commit 033c12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- uses: gabe565/[email protected]
- run: helm-docs
- name: Check for changes in docs
run: git diff --exit-code || (echo "***\nDocs are out of date. Please run 'make docs' and commit the changes.\n***" && exit 1)
run: git diff --exit-code || (echo "Docs are out of date. Please run 'make docs' and commit the changes." && exit 1)

0 comments on commit 033c12e

Please sign in to comment.