Fix Kubernetes reference yml file
This commit is contained in:
parent
c7487c4a69
commit
2b710f05b3
13 changed files with 56 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue