ci: Add ci_lint_ci.sh and .shellcheckrc

Add ci_lint_ci.sh for linting the CI config files and scripts.
The linting is based on yamllint and shellcheck.
This commit is contained in:
Cosmin Truta
2023-07-04 00:12:32 +03:00
parent c0616f1017
commit 82414985c1
5 changed files with 89 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ set -e
#
# SPDX-License-Identifier: BSL-1.0
# shellcheck source="ci/lib/ci.lib.sh"
source "$(dirname "$0")/lib/ci.lib.sh"
cd "$CI_TOPLEVEL_DIR"