Update weekly_bashbeautify.yaml

This commit is contained in:
Alexandre
2024-01-20 07:49:15 +01:00
committed by GitHub
parent 992dc319a6
commit c004a87e6a

View File

@@ -28,6 +28,7 @@ jobs:
- name: Run Beautysh
run: |
# shellcheck disable=SC2035
find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4
shopt -s globstar nullglob
if compgen -G "**/*.sh" > /dev/null; then