You've already forked helm-actions
Compare commits
9 Commits
feat/schem
...
feat/shell
Author | SHA1 | Date | |
---|---|---|---|
fe652d335c
|
|||
bd3afb64c4
|
|||
421f3fcbc5
|
|||
891538554c
|
|||
f757aff455
|
|||
ba7770fdbd
|
|||
6e9230d722
|
|||
d72d43a51f
|
|||
b569e49893
|
@ -47,17 +47,3 @@ jobs:
|
||||
git diff --exit-code --name-only README.md
|
||||
- name: yaml lint
|
||||
uses: https://github.com/ibiqlik/action-yamllint@v3
|
||||
|
||||
helm-schema-values:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- name: Generate values schema json
|
||||
uses: losisin/helm-values-schema-json-action@v1.6.2
|
||||
with:
|
||||
input: values.yaml
|
||||
- name: Verify values.schema.json
|
||||
run: |
|
||||
if ! git diff --exit-code --name-only values.schema.json; then
|
||||
echo "Please update the values.schema.json and be carefully of breaking changes!" 2&>1
|
||||
fi
|
Reference in New Issue
Block a user