Skip to content

Commit

Permalink
chore: verify helm docs (#1283)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan authored Jun 11, 2023
1 parent c5f72b2 commit 8e8cac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Verify all generated
run: make verify-generated
- name: Verify Generated Helm docs
run: make generate-helm-docs
run: make verify-generated-helm-docs
tests:
name: Run tests
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,10 @@ generate-all: generate manifests
generate-helm-docs:
GOBIN=$(LOCALBIN) go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
$(HELM_DOCS_GEN) ./deploy
./hack/verify-generated.sh

.PHONY: verify-generated-helm-docs
verify-generated-helm-docs: generate-helm-docs
./hack/verify-generated.sh

.PHONY: \
clean \
Expand Down

0 comments on commit 8e8cac1

Please sign in to comment.