Skip to content

Commit

Permalink
Align files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 27, 2023
1 parent bc2f86d commit 8537acc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/zz_generated.json_schema_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: Run schemalint
id: run-schemalint
uses: giantswarm/schemalint/actions/verify-helm-schema@v2
with:
rule-set: 'cluster-app'
generate:
name: Check that values.yaml is generated from values.schema.json with helm-values-gen
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile.gen.cluster_app.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ normalize-schema: ## Normalize the JSON schema
.PHONY: validate-schema
validate-schema: ## Validate the JSON schema
go install github.com/giantswarm/schemalint/v2@v2
schemalint verify $(VALUES_SCHEMA)
schemalint verify $(VALUES_SCHEMA) --rule-set=cluster-app

.PHONY: generate-docs
generate-docs: ## Generate values documentation from schema
Expand Down

0 comments on commit 8537acc

Please sign in to comment.