V8.03.512.2025.06.06
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m15s
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:
@@ -130,12 +130,14 @@ 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 . \
|
||||||
-iname '*.sh' -o \
|
-path './.git' -prune -o \
|
||||||
-iname '*.zsh' -o \
|
-type f \( \
|
||||||
-iname '*.chroot' -o \
|
-iname '*.sh' -o \
|
||||||
-exec grep -Iq '^#!' {} \; \
|
-iname '*.zsh' -o \
|
||||||
\) -print
|
-iname '*.chroot' -o \
|
||||||
|
-exec grep -Iq '^#!' {} \; \
|
||||||
|
\) -print
|
||||||
)
|
)
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user