Update weekly_bashbeautify.yaml

This commit is contained in:
Alexandre
2023-12-24 04:37:32 +01:00
committed by GitHub
parent 43add20233
commit d47aa81b1b

View File

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