9 Commits

Author SHA1 Message Date
volker.raschek fe652d335c chore(ci): remove workflow_dispatch
Lint Shell files / shellcheck (pull_request) Successful in 25s
check-and-test / check-and-test (pull_request) Successful in 46s
2025-03-31 22:08:00 +02:00
volker.raschek bd3afb64c4 chore(ci): update apt packages and proceed installation non-interactively
Lint Shell files / shellcheck (pull_request) Successful in 25s
check-and-test / check-and-test (pull_request) Successful in 47s
2025-03-31 18:31:15 +02:00
volker.raschek 421f3fcbc5 chore(ci): change types to oopened, reopened and synchronize
Lint Shell files / shellcheck (pull_request) Failing after 9s
check-and-test / check-and-test (pull_request) Successful in 47s
2025-03-31 18:28:32 +02:00
volker.raschek 891538554c style(ci): lint action
check-and-test / check-and-test (pull_request) Successful in 47s
2025-03-31 18:24:30 +02:00
volker.raschek f757aff455 fix(Makefile): add new target 'yamllint' 2025-03-31 18:23:54 +02:00
volker.raschek ba7770fdbd style(editorconfig): set indent style to tab for Makefiles 2025-03-31 18:23:37 +02:00
volker.raschek 6e9230d722 style(ci): remove obsolete spaces
check-and-test / check-and-test (pull_request) Failing after 48s
2025-03-31 18:18:59 +02:00
volker.raschek d72d43a51f fix(scripts): shellcheck: SC2181
check-and-test / check-and-test (pull_request) Failing after 46s
2025-03-31 18:15:59 +02:00
volker.raschek b569e49893 chore(ci): add shellcheck 2025-03-31 18:15:28 +02:00
2 changed files with 0 additions and 14 deletions
-14
View File
@@ -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
View File