Feat: Quorum Status (#5278)

This commit is contained in:
CanbiZ
2025-06-19 18:50:23 +02:00
committed by GitHub
parent 204ec64f14
commit b5012c4225
5 changed files with 64 additions and 18 deletions

View File

@ -51,8 +51,8 @@ jobs:
NON_COMPLIANT_FILES=""
for FILE in $CHANGED_FILES; do
# Datei "ct/create_lxc.sh" explizit überspringen
if [[ "$FILE" == "ct/create_lxc.sh" ]]; then
# Skip File "misc/create_lxc.sh"
if [[ "$FILE" == "misc/create_lxc.sh" ]]; then
continue
fi
BASENAME=$(echo "$(basename "${FILE%.*}")")