1
0
Fork 0

Fix Kubernetes reference yml file

This commit is contained in:
Michael 2026-01-09 10:12:04 +01:00 committed by GitHub
parent c7487c4a69
commit 2b710f05b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 56 additions and 9 deletions

View file

@ -8,6 +8,9 @@ set -eu
EXIT_CODE=0
readonly BASE_DIR=/app
# Run YAML linter for Kubernetes multi-resource files
/lint-yaml.sh "${BASE_DIR}" || EXIT_CODE=1
echo "== Linting Markdown"
# Uses the file ".markdownlint.json" for setup
cd "${BASE_DIR}" || exit 1