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 20cb5b0 commit 0a4b184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:

- uses: gabe565/setup-helm-docs-action@v1.0.3
- run: helm-docs
- run: git diff --exit-code || (echo "Docs are out of date. Please run 'make docs' and commit the changes." && exit 1)
- 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)

0 comments on commit 0a4b184

Please sign in to comment.