V8.03.512.2025.06.06
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m15s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-06 18:32:04 +02:00
parent fec771291f
commit dc5048fb49

View File

@@ -130,7 +130,9 @@ jobs:
# - All files whose first line begins with "#!" (shebang) # - All files whose first line begins with "#!" (shebang)
# ------------------------------- # -------------------------------
mapfile -t files_to_check < <( mapfile -t files_to_check < <(
find . -type f \( \ find . \
-path './.git' -prune -o \
-type f \( \
-iname '*.sh' -o \ -iname '*.sh' -o \
-iname '*.zsh' -o \ -iname '*.zsh' -o \
-iname '*.chroot' -o \ -iname '*.chroot' -o \