Update repo_health.yml
This commit is contained in:
6
.github/workflows/repo_health.yml
vendored
6
.github/workflows/repo_health.yml
vendored
@@ -347,10 +347,8 @@ jobs:
|
|||||||
command -v xmllint >/dev/null 2>&1 && tool_status+=("xmllint") || true
|
command -v xmllint >/dev/null 2>&1 && tool_status+=("xmllint") || true
|
||||||
command -v shellcheck >/dev/null 2>&1 && tool_status+=("shellcheck") || true
|
command -v shellcheck >/dev/null 2>&1 && tool_status+=("shellcheck") || true
|
||||||
|
|
||||||
export MISSING_DIRS="$(printf '%s
|
export MISSING_DIRS="$(printf '%s\\n' "${missing_dirs[@]:-}")"
|
||||||
' "${missing_dirs[@]:-}")"
|
export MISSING_FILES="$(printf '%s\\n' "${missing_files[@]:-}")"
|
||||||
export MISSING_FILES="$(printf '%s
|
|
||||||
' "${missing_files[@]:-}")"
|
|
||||||
export TOOLS="${tool_status[*]:-}"
|
export TOOLS="${tool_status[*]:-}"
|
||||||
|
|
||||||
report_json="$(python3 - <<'PY'
|
report_json="$(python3 - <<'PY'
|
||||||
|
|||||||
Reference in New Issue
Block a user